.exams-container-wrapper{width:100%;display:flex;justify-content:center;padding:40px 16px}.exams-container{width:100%;max-width:1400px;background-color:#fff;border-radius:14px;padding:32px 32px 40px;box-shadow:0 4px 14px rgba(0,0,0,.06)}.exams-title{font-size:2.2rem;font-weight:700;margin-bottom:12px}.exams-intro{font-size:1.05rem;line-height:1.6;margin-bottom:40px;color:#333}.exams-info-panel{margin:0 0 32px}.exams-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.exams-info-card{background:linear-gradient(180deg,#f8fcff,#eef6fb);border:1px solid #d8e6ef;border-radius:14px;padding:18px}.exams-info-title{font-size:1rem;font-weight:700;margin:0 0 8px;color:#2c3e50}.exams-info-card p{margin:0;color:#3a4757;line-height:1.6}.exams-info-card a{color:#0f766e;font-weight:700;text-decoration:none}.exams-info-card a:hover{text-decoration:underline}.exams-subtitle{font-size:1.55rem;margin:10px 0}.exams-section-text{font-size:1rem;line-height:1.6;color:#333;margin-bottom:20px}.exams-study-panel{background:#fff;border:1px solid #d8e6ef;border-radius:14px;box-shadow:0 6px 16px rgba(15,23,42,.06);margin:0 0 28px;padding:22px}.exam-levels-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.exam-level-box{border:1px solid #ddd;border-radius:10px;padding:18px;background-color:#fafafa;display:flex;flex-direction:column}.exam-level-title{font-size:1.2rem;font-weight:600;margin-bottom:14px}.exam-section{margin-bottom:16px}.exam-section h3{font-size:1rem;margin-bottom:8px;font-weight:600}.exam-buttons{display:flex;flex-direction:column;gap:8px}.exam-button{padding:9px 10px;background-color:#fff;border:1px solid #ccc;border-radius:6px;text-decoration:none;color:#000;font-size:.9rem;text-align:center;transition:background-color .15s ease,border-color .15s ease}.exam-button:hover{background-color:#f0f0f0;border-color:#999}.exam-button-recent{border-color:#4caf50;background-color:#f3fff6}.exam-button-recent:hover{background-color:#e6f7ea}.exam-empty{font-size:.85rem;color:#777;font-style:italic;text-align:center}.exams-divider{border:none;height:1px;background-color:#000;margin:50px 0 30px}.exams-footer{font-size:1rem;line-height:1.6;color:#333}@media (max-width:1200px){.exam-levels-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.exams-info-grid{grid-template-columns:1fr}.exam-levels-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.exam-levels-grid{grid-template-columns:1fr}.exams-container{padding:24px 18px 30px}}