*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#f8f9fc;color:#1a1a2e;line-height:1.6}a{color:inherit;text-decoration:none}.navbar{background:#fff;border-bottom:1px solid #e8e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:60px;position:sticky;top:0;z-index:100}.navbar-brand{font-size:1.25rem;font-weight:700;color:#4f46e5;letter-spacing:-.5px}.navbar-links{display:flex;align-items:center;gap:1.5rem}.navbar-links a:not(.btn){font-size:.9rem;font-weight:500;color:#444;transition:color .2s}.navbar-links a:not(.btn):hover{color:#4f46e5}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1.1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover{background:#4338ca}.btn-outline{background:transparent;border:1.5px solid #4f46e5;color:#4f46e5}.btn-outline:hover{background:#ede9fe}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{padding:.3rem .75rem;font-size:.8rem}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.page{padding:3rem 0}.hero{text-align:center;padding:4rem 1rem 2rem}.hero h1{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.hero p{font-size:1.1rem;color:#6b7280;max-width:520px;margin:0 auto 1.5rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.card{background:#fff;border:1px solid #e8e8f0;border-radius:14px;padding:1.5rem;transition:box-shadow .2s,transform .2s;cursor:pointer}.card:hover{box-shadow:0 8px 24px #4f46e51a;transform:translateY(-2px)}.card-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;padding:.2rem .6rem;border-radius:99px;margin-bottom:.75rem}.badge-question{background:#ede9fe;color:#5b21b6}.badge-blog{background:#e0f2fe;color:#0369a1}.card h2{font-size:1.05rem;font-weight:600;margin-bottom:.4rem;color:#1a1a2e}.card p{font-size:.875rem;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{margin-top:1rem;font-size:.775rem;color:#9ca3af;display:flex;align-items:center;gap:.5rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.section-header h2{font-size:1.3rem;font-weight:700;color:#1a1a2e}.post-detail{max-width:760px;margin:0 auto;padding:3rem 1.5rem}.post-detail-header{margin-bottom:2rem}.post-detail-header h1{font-size:1.9rem;font-weight:700;margin-bottom:.5rem}.post-detail-meta{font-size:.85rem;color:#6b7280;display:flex;gap:1rem;flex-wrap:wrap}.post-content{font-size:.975rem;color:#374151;line-height:1.8}.questions-list{margin-top:2rem}.question-item{background:#fff;border:1px solid #e8e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem}.question-number{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#4f46e5;margin-bottom:.25rem}.question-topic{font-weight:600;font-size:.9rem;color:#6b7280;margin-bottom:.6rem}.question-body{font-size:.95rem;margin-bottom:1rem;color:#1a1a2e}.options-list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.option{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;padding:.5rem .75rem;border-radius:8px;border:1.5px solid transparent}.option.correct{background:#f0fdf4;border-color:#86efac;font-weight:600;color:#15803d}.option-label{min-width:1.5rem;height:1.5rem;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#4b5563;flex-shrink:0}.option.correct .option-label{background:#86efac;color:#15803d}.answer-key-badge{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;font-size:.8rem;font-weight:600;color:#15803d;background:#f0fdf4;padding:.25rem .6rem;border-radius:6px}.download-bar{display:flex;align-items:center;gap:1rem;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:10px;padding:.875rem 1.25rem;margin-bottom:2rem}.download-bar p{font-size:.875rem;color:#5b21b6;flex:1}.auth-wrapper{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{background:#fff;border:1px solid #e8e8f0;border-radius:18px;padding:2.5rem;width:100%;max-width:400px}.auth-card h1{font-size:1.6rem;font-weight:700;margin-bottom:.25rem}.auth-card p{color:#6b7280;font-size:.9rem;margin-bottom:1.75rem}.form-group{margin-bottom:1.1rem}.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:#374151}.form-group input{width:100%;padding:.6rem .9rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:inherit;transition:border-color .2s;outline:none}.form-group input:focus{border-color:#4f46e5}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.6rem .9rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{background:#f9fafb;padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.admin-table td{padding:.85rem 1rem;border-bottom:1px solid #f3f4f6;color:#374151}.admin-table tr:hover td{background:#f9fafb}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e8e8f0;padding-bottom:0}.tab-btn{background:none;border:none;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;cursor:pointer;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.tab-btn.active{color:#4f46e5;border-bottom-color:#4f46e5}.tab-btn:hover{color:#4f46e5}.empty-state{text-align:center;padding:4rem 1rem;color:#9ca3af}.empty-state h3{font-size:1.1rem;font-weight:600;margin-bottom:.4rem;color:#6b7280}.loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:#6b7280;font-size:.9rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;color:#4f46e5;font-weight:500;margin-bottom:1.5rem}.back-link:hover{text-decoration:underline}@media(max-width:640px){.hero h1{font-size:1.8rem}.cards-grid{grid-template-columns:1fr}.navbar{padding:0 1rem}}.question-form-card{background:#f9fafb;border:1.5px solid #e0e7ff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal-box{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}
