:root{--bg: #f0f2f5;--surface: #ffffff;--surface2: #f8f9fa;--text: #1a1a2e;--text-muted: #6b7280;--border: #e5e7eb;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-fg: #ffffff;--accent: #7c3aed;--danger: #ef4444;--danger-hover: #dc2626;--success: #22c55e;--warning: #f59e0b;--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .12);--radius: 10px}[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--surface2: #263448;--text: #e2e8f0;--text-muted: #94a3b8;--border: #334155;--primary: #3b82f6;--primary-hover: #2563eb;--accent: #a78bfa;--shadow: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;cursor:default}button{cursor:pointer}input,textarea,select{cursor:text}input[type=checkbox]{cursor:pointer}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;transition:background .2s,color .2s}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--primary);color:#fff;padding:0 1.5rem;height:56px;display:flex;align-items:center;gap:1.5rem;box-shadow:var(--shadow-md);position:sticky;top:0;z-index:50}.app-logo{font-size:1.25rem;font-weight:700;cursor:pointer;letter-spacing:-.5px}.app-nav{display:flex;gap:.25rem;flex:1}.nav-mypage-mobile,.nav-logout-mobile{display:none}.nav-btn{background:transparent;border:none;color:#fffc;padding:.4rem .9rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .15s,color .15s}.nav-btn:hover,.nav-btn.active{background:#fff3;color:#fff}.nav-badge{position:absolute;top:2px;right:2px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;min-width:16px;height:16px;border-radius:99px;display:inline-flex;align-items:center;justify-content:center;padding:0 3px;pointer-events:none}.dark-toggle{background:#ffffff26;border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.dark-toggle:hover{background:#ffffff40}.app-main{flex:1;max-width:1024px;width:100%;margin:0 auto;padding:1.5rem 1rem}button{cursor:pointer;font-family:inherit}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.9rem;transition:background .15s,border-color .15s,box-shadow .15s}.btn:hover{background:var(--surface2);box-shadow:var(--shadow)}.btn-primary{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-danger:hover{background:var(--danger-hover)}.btn-sm{padding:.3rem .7rem;font-size:.82rem}.btn-lg{padding:.65rem 1.5rem;font-size:1rem}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);transition:box-shadow .15s}.card:hover{box-shadow:var(--shadow-md)}.deck-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.deck-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:1.25rem;cursor:pointer;transition:box-shadow .15s,transform .15s}.deck-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.deck-card-name{font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.deck-card-desc{font-size:.82rem;color:var(--text-muted);margin-bottom:.75rem;min-height:1.2em}.deck-card-count{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.deck-card-actions{display:flex;gap:.5rem}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.section-header h2{font-size:1.2rem;font-weight:600;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1.75rem;width:100%;max-width:520px;max-height:90vh;max-height:90dvh;overflow-y:auto}.modal h3{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:.35rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--surface2);color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary)}.form-group textarea{min-height:80px;resize:vertical}.tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.tag{background:var(--primary);color:#fff;font-size:.75rem;padding:.2rem .55rem;border-radius:100px;display:inline-flex;align-items:center;gap:.3rem}.tag-remove{cursor:pointer;opacity:.7;line-height:1;font-size:.9rem}.tag-active{filter:brightness(1.2);outline:2px solid var(--accent)}.tag-clickable{cursor:pointer;transition:opacity .15s}.tag-clickable:hover{filter:brightness(1.15)}.tag-remove:hover{opacity:1}.tag-outline{background:transparent;border:1px solid var(--border);color:var(--text-muted);font-size:.75rem;padding:.2rem .55rem;border-radius:100px;cursor:pointer;transition:border-color .15s,color .15s}.tag-outline.active{border-color:var(--primary);color:var(--primary)}@media (hover: hover){.tag-outline:hover{border-color:var(--primary);color:var(--primary)}}.folder-chip{background:#7c3aed;color:#fff;font-size:.75rem;padding:.2rem .5rem;border-radius:999px;display:inline-flex;align-items:center;gap:.2rem;cursor:default}.card-table{display:flex;flex-direction:column;gap:.6rem}.card-row{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;display:flex;gap:1rem;align-items:flex-start}.card-row-body{flex:1;min-width:0}.card-row-front{font-weight:600;font-size:.95rem}.card-row-back{font-size:.88rem;color:var(--text-muted);margin-top:.1rem}.card-row-example{font-size:.8rem;color:var(--text-muted);font-style:italic;margin-top:.1rem}.card-row-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-top:.4rem}.srs-badge{font-size:.72rem;background:var(--surface2);border:1px solid var(--border);border-radius:4px;padding:.1rem .45rem;color:var(--text-muted)}.card-row-actions{display:flex;gap:.4rem;flex-shrink:0}.search-bar{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.search-input{flex:1;min-width:180px;padding:.3rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:.9rem;font-family:inherit}.search-input:focus{outline:none;border-color:var(--primary)}.toolbar{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-bottom:1rem}.toolbar select{padding:.45rem .65rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:.85rem;cursor:pointer}.toolbar select:focus{outline:none;border-color:var(--primary)}.fc-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;overflow:hidden}.flashcard{width:100%;max-width:720px;min-height:280px;perspective:1200px;cursor:pointer;position:relative}.fc-swipe-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;pointer-events:none;z-index:10}.flashcard-inner{position:relative;width:100%;transform-style:preserve-3d;transition:transform .55s}.flashcard.flipped .flashcard-inner{transform:rotateY(180deg)}.flashcard-front,.flashcard-back{position:relative;width:100%;backface-visibility:hidden;border-radius:14px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 2rem 3rem;text-align:center;gap:.75rem;min-height:280px;box-sizing:border-box;word-break:break-word;overflow-wrap:break-word}.flashcard-front{background:var(--surface)}.flashcard-back{background:var(--primary);color:#fff;transform:rotateY(180deg)}.flashcard:not(.flipped) .flashcard-back{visibility:hidden;height:0;min-height:0;padding:0}.flashcard.flipped .flashcard-front{visibility:hidden;height:0;min-height:0;padding:0}.fc-word{font-size:1.6rem;font-weight:700}.fc-hint{position:absolute;bottom:.75rem;left:0;right:0;font-size:.78rem;color:var(--text-muted)}.flashcard-back .fc-hint{color:#ffffffb3}.fc-hint-mobile{display:none}.fc-image{max-width:100%;max-height:100px;border-radius:6px;object-fit:cover}.fc-controls{display:flex;gap:.75rem}.fc-nav{display:flex;gap:.75rem;align-items:center}.study-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:2rem;max-width:500px;width:100%;text-align:center}.study-front{font-size:1.4rem;font-weight:700;margin-bottom:1.25rem}.study-input{width:100%;padding:.65rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1.1rem;text-align:center;background:var(--surface2);color:var(--text);font-family:inherit;transition:border-color .15s}.study-input:focus{outline:none;border-color:var(--primary)}.study-result{margin-top:1rem;padding:.75rem;border-radius:8px;font-weight:600}.study-result.correct{background:#dcfce7;color:#166534}.study-result.incorrect{background:#fee2e2;color:#991b1b}[data-theme=dark] .study-result.correct{background:#14532d;color:#86efac}[data-theme=dark] .study-result.incorrect{background:#7f1d1d;color:#fca5a5}.quiz-choices{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:1.25rem}.quiz-choice{padding:.85rem;border-radius:8px;border:2px solid var(--border);background:var(--surface2);color:var(--text);font-size:.95rem;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}.quiz-choice:hover:not(:disabled){border-color:var(--primary)}.quiz-choice.correct{border-color:var(--success);background:#dcfce7;color:#166534}.quiz-choice.wrong{border-color:var(--danger);background:#fee2e2;color:#991b1b}[data-theme=dark] .quiz-choice.correct{background:#14532d;color:#86efac}[data-theme=dark] .quiz-choice.wrong{background:#7f1d1d;color:#fca5a5}.quiz-key{display:inline-block;min-width:1.5em;background:var(--border);border-radius:4px;text-align:center;margin-right:.5em;font-size:.8rem;padding:0 .25rem}.study-setup{max-width:480px;margin:0 auto}.study-setup h2{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1.25rem}.mode-card{padding:1rem;border:2px solid var(--border);border-radius:8px;background:var(--surface2);cursor:pointer;transition:border-color .15s,background .15s;text-align:center}.mode-card:hover{border-color:var(--primary)}.mode-card.selected{border-color:var(--primary);background:#eff6ff}[data-theme=dark] .mode-card.selected{background:#1e3a5f}.mode-card-icon{font-size:1.5rem;margin-bottom:.3rem}.mode-card-name{font-size:.85rem;font-weight:600}.mode-card-desc{font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.study-progress{max-width:500px;width:100%;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.study-progress-bar{height:100%;background:var(--primary);transition:width .3s}.study-counter{font-size:.85rem;color:var(--text-muted)}.study-area{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;text-align:center;box-shadow:var(--shadow)}.stat-card-value{font-size:2rem;font-weight:700;color:var(--primary)}.stat-card-label{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.chart-wrap{overflow-x:auto}.bar-chart{display:flex;align-items:flex-end;gap:3px;height:120px;padding-bottom:1px}.bar-item{display:flex;flex-direction:column;align-items:center;flex:1;min-width:6px}.bar{width:100%;background:var(--primary);border-radius:2px 2px 0 0;opacity:.75;min-height:2px}.bar-label{font-size:.55rem;color:var(--text-muted);margin-top:3px;white-space:nowrap}.results{max-width:480px;margin:2rem auto;text-align:center}.results-score{font-size:3rem;font-weight:700;color:var(--primary)}.results-label{color:var(--text-muted);margin-bottom:1.5rem}.results-actions{display:flex;justify-content:center;gap:.75rem}.wiki-list{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.wiki-entry{display:flex;align-items:center;gap:1rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--border);cursor:default;-webkit-user-select:none;user-select:none;transition:background .12s}.wiki-entry:last-child{border-bottom:none}.wiki-entry:hover{background:var(--surface2)}.wiki-entry-left{flex:1;min-width:0;cursor:pointer}.wiki-entry-term{font-weight:600;font-size:.98rem;color:var(--primary)}.wiki-entry-fav{color:#f59e0b;margin-left:.4rem;font-size:.85rem}.wiki-entry-desc{font-size:.85rem;color:var(--text-muted);margin-top:.2rem;line-height:1.4}.wiki-detail{max-width:800px}.wiki-detail-titlebar{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.wiki-title{flex:1;font-size:1.9rem;font-weight:700;border-bottom:2px solid var(--border);padding-bottom:.35rem;line-height:1.3}.fav-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.85rem;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s,background .15s;flex-shrink:0;margin-top:.25rem}.fav-btn:hover{border-color:#f59e0b;color:#f59e0b}.fav-btn-active{border-color:#f59e0b;color:#f59e0b;background:#fffbeb}[data-theme=dark] .fav-btn-active{background:#292102}[data-theme=dark] .tag{background:var(--primary-hover)}.fav-btn:disabled{opacity:.6;cursor:wait}.wiki-article{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:var(--shadow)}.wiki-image{float:right;margin:0 0 1rem 1.5rem;border:1px solid var(--border);border-radius:6px;overflow:hidden;max-width:220px}.wiki-image img{display:block;width:100%;max-height:180px;object-fit:contain}.wiki-body{font-size:1rem;line-height:1.8;white-space:pre-wrap}.wiki-link{color:var(--primary);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.wiki-link:hover{color:var(--primary-hover)}.wiki-link-missing{color:var(--danger);text-decoration:underline;text-decoration-style:dashed;cursor:pointer}.wiki-article-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.wiki-meta{font-size:.82rem;color:var(--text-muted)}.wiki-history{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;box-shadow:var(--shadow)}.wiki-history-table{width:100%;min-width:600px;border-collapse:collapse;font-size:.85rem}.wiki-history-table th{text-align:left;padding:.4rem .6rem;border-bottom:1px solid var(--border);color:var(--text-muted);font-weight:600}.wiki-history-table td{padding:.4rem .6rem;border-bottom:1px solid var(--border)}.wiki-history-table tr:last-child td{border-bottom:none}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:300;cursor:zoom-out;padding:2rem}.lightbox img{max-width:100%;max-height:100%;border-radius:6px;object-fit:contain;box-shadow:0 8px 32px #00000080}.empty{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:.95rem}.loading{text-align:center;color:var(--text-muted);padding:2rem}.tts-btn{background:none;border:none;cursor:pointer;font-size:1.2rem;color:var(--text-muted);padding:.2rem;transition:color .15s}.tts-btn:hover{color:var(--primary)}.hamburger{display:none;background:transparent;border:none;color:#fff;font-size:1.4rem;padding:.2rem .4rem;cursor:pointer;line-height:1}@media (max-width: 600px){.form-group input,.form-group textarea,.form-group select,.search-input,.study-input{font-size:16px}.quiz-choices{grid-template-columns:1fr}.mode-grid,.deck-grid{grid-template-columns:1fr 1fr}.app-main{padding:1rem .75rem}.hamburger{display:block}.app-nav{display:none;flex-direction:column;position:absolute;top:56px;left:0;right:0;background:var(--primary);padding:.5rem 0;z-index:200;box-shadow:0 4px 12px #0003}.app-nav.open{display:flex}.nav-btn{text-align:left;padding:.65rem 1.25rem;border-radius:0}.header-username,.header-logout{display:none!important}.header-actions{margin-left:auto}.nav-mypage-mobile,.nav-logout-mobile{display:block}.wiki-image{float:none;margin:0 auto 1rem;max-width:100%}.wiki-title{font-size:1.4rem}.wiki-detail-titlebar{flex-wrap:wrap}.wiki-article{padding:1rem}.wiki-article-footer{flex-direction:column;align-items:flex-start}.wiki-article-footer>div{flex-wrap:wrap}.flashcard{min-height:60vh}.flashcard-front,.flashcard-back{min-height:60vh;padding:1.25rem}.fc-word{font-size:1.2rem}.fc-controls{flex-direction:column}.fc-controls .btn{width:100%;justify-content:center}.fc-controls,.fc-hint-pc{display:none}.fc-hint-mobile{display:block}.wiki-entry{gap:.5rem;padding:.75rem}}
