english-front/dist/assets/index-C5kTBbUm.css
2026-05-12 15:06:28 +09:00

2 lines
3.8 KiB
CSS

*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:#f0f4f8;color:#1a202c;min-height:100vh}#app{min-height:100vh}.nav{background:#2d3748;padding:0 1.5rem;display:flex;align-items:center;gap:.5rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0003}.nav-logo{color:#68d391;font-weight:700;font-size:1.2rem;padding:1rem 0;margin-right:auto}.nav a{color:#cbd5e0;text-decoration:none;padding:1rem .75rem;font-size:.9rem;border-bottom:3px solid transparent;transition:all .2s}.nav a:hover,.nav a.active{color:#68d391;border-bottom-color:#68d391}.container{max-width:900px;margin:0 auto;padding:2rem 1rem}.page-title{font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;color:#2d3748}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;margin-bottom:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-green{background:#c6f6d5;color:#276749}.badge-blue{background:#bee3f8;color:#2b6cb0}.badge-purple{background:#e9d8fd;color:#553c9a}.badge-orange{background:#feebc8;color:#c05621}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:8px;border:none;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s}.btn-primary{background:#48bb78;color:#fff}.btn-primary:hover{background:#38a169}.btn-secondary{background:#e2e8f0;color:#4a5568}.btn-secondary:hover{background:#cbd5e0}.word-card{transition:transform .2s}.word-card:hover{transform:translateY(-2px)}.word-en{font-size:1.4rem;font-weight:700;color:#2b6cb0}.word-pron{font-size:.85rem;color:#718096;margin:.2rem 0}.word-ko{font-size:1rem;color:#2d3748;margin:.4rem 0}.word-example{font-size:.82rem;color:#718096;border-left:3px solid #bee3f8;padding-left:.6rem;margin-top:.5rem}.streak-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:1.5rem;text-align:center;margin-bottom:1.5rem}.streak-num{font-size:3rem;font-weight:800}.streak-label{font-size:.9rem;opacity:.85}.quest-item{display:flex;align-items:center;gap:1rem;padding:.8rem 0;border-bottom:1px solid #e2e8f0}.quest-item:last-child{border-bottom:none}.quest-check{width:24px;height:24px;border-radius:50%;border:2px solid #cbd5e0;display:flex;align-items:center;justify-content:center;font-size:.8rem}.quest-check.done{background:#48bb78;border-color:#48bb78;color:#fff}.quiz-question{font-size:2rem;font-weight:800;text-align:center;color:#2b6cb0;margin:1.5rem 0}.quiz-sub{text-align:center;color:#718096;margin-bottom:1.5rem}.quiz-choices{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.quiz-choice{padding:1rem;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:1rem;background:#fff;transition:all .15s;text-align:center}.quiz-choice:hover:not(:disabled){border-color:#4299e1;background:#ebf8ff}.quiz-choice.correct{border-color:#48bb78;background:#f0fff4;color:#276749}.quiz-choice.wrong{border-color:#fc8181;background:#fff5f5;color:#c53030}.quiz-progress{height:6px;background:#e2e8f0;border-radius:3px;margin-bottom:1.5rem}.quiz-progress-bar{height:100%;background:#48bb78;border-radius:3px;transition:width .3s}.grammar-card{cursor:pointer}.grammar-card:hover{box-shadow:0 4px 16px #0000001a}.grammar-title{font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.grammar-explanation{color:#4a5568;font-size:.9rem;line-height:1.6;margin:.8rem 0}.grammar-example{background:#f7fafc;border-radius:8px;padding:.6rem .8rem;margin:.4rem 0;font-size:.88rem}.grammar-example .en{color:#2b6cb0;font-weight:600}.grammar-example .ko{color:#718096}.empty{text-align:center;padding:3rem;color:#a0aec0}.loading{text-align:center;padding:2rem;color:#718096}