*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Open Sans',sans-serif;background:#f4f0ed;min-height:100vh;padding:0;line-height:1.7;color:#2d1e1c;align-items:center;justify-content:center;}.page-wrapper{max-width:1100px;width:100%;background:#ffffff;border-radius:5px;box-shadow:0 30px 60px -20px rgba(82,1,3,0.25),0 10px 30px -10px rgba(40,0,0,0.08);padding:2.8rem 2.8rem;position:relative;overflow:hidden;}.page-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#520103 0%,#8b1a1f 60%,#c75a5f 100%);opacity:0.85;}@media (max-width:640px){.page-wrapper{padding:1.8rem 1.2rem;margin:1rem 0.8rem;border-radius:5px;}}.main-content{width:100%;}.page-header{margin-bottom:2.2rem;padding-bottom:0.8rem;border-bottom:2px solid #ece2df;}.page-header .title-row{display:flex;align-items:center;flex-wrap:wrap;gap:0.8rem 1.2rem;}.brand-icon{width:52px;height:52px;background:#520103;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.5rem;box-shadow:0 6px 12px rgba(82,1,3,0.20);flex-shrink:0;}.page-header h1{font-weight:300;font-size:2.2rem;letter-spacing:-0.02em;color:#520103;margin:0;line-height:1.2;}.page-header .sub-badge{font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#520103;background:#f5edeb;padding:0.3rem 1rem;border-radius:40px;border:1px solid #e0d2ce;margin-left:auto;}.page-header .subtitle{font-size:1.05rem;font-weight:400;color:#7a5a55;margin-top:0.2rem;padding-left:0.2rem;letter-spacing:0.01em;}.page-header .subtitle i{color:#520103;margin-right:0.4rem;opacity:0.6;}@media (max-width:600px){.page-header h1{font-size:1.6rem;}.brand-icon{width:40px;height:40px;font-size:1.2rem;}.page-header .sub-badge{font-size:0.6rem;padding:0.2rem 0.8rem;margin-left:0;}.page-header .subtitle{font-size:0.95rem;}}.section-title{font-size:1.2rem;font-weight:700;color:#520103;margin-top:1.8rem;margin-bottom:0.8rem;display:flex;align-items:center;gap:0.6rem;border-left:4px solid #520103;padding-left:0.9rem;}.section-title i{font-size:1.1rem;opacity:0.8;}.section-title:first-of-type{margin-top:0;}.intro-text{font-size:1rem;color:#2d1e1c;margin-bottom:1.2rem;}.intro-text strong{color:#520103;}.table-wrap{overflow-x:auto;margin:0.5rem 0 1.5rem 0;border-radius:8px;border:1px solid #ede4e1;}.course-table{width:100%;border-collapse:collapse;font-size:0.95rem;min-width:480px;}.course-table thead{background:#520103;color:#ffffff;}.course-table thead th{padding:0.7rem 1rem;text-align:left;font-weight:600;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.04em;}.course-table tbody td{padding:0.6rem 1rem;border-bottom:1px solid #ede4e1;color:#2d1e1c;}.course-table tbody tr:last-child td{border-bottom:none;}.course-table tbody tr:hover{background:#faf5f3;}.course-table .sem-badge{display:inline-block;background:#f5edeb;color:#520103;font-weight:700;font-size:0.75rem;padding:0.1rem 0.7rem;border-radius:30px;border:1px solid #e0d2ce;}.course-table .status-badge{display:inline-block;background:#520103;color:#fff;font-weight:600;font-size:0.7rem;padding:0.1rem 0.7rem;border-radius:30px;text-transform:uppercase;letter-spacing:0.04em;}.course-table .status-badge.optional{background:#7a5a55;}@media (max-width:600px){.course-table{font-size:0.85rem;min-width:380px;}.course-table thead th,.course-table tbody td{padding:0.5rem 0.7rem;}}.semester-block{margin-top:1.8rem;}.semester-block .semester-heading{font-size:1.1rem;font-weight:700;color:#520103;background:#f5edeb;padding:0.4rem 1rem;border-radius:8px;display:inline-block;border:1px solid #e0d2ce;margin-bottom:1rem;}.semester-block .semester-heading i{margin-right:0.5rem;opacity:0.7;}.module-card{background:#fdfbfa;border-radius:10px;padding:1rem 1.5rem;border:1px solid #ede4e1;margin-bottom:1rem;transition:all 0.2s ease;}.module-card:hover{border-color:#c9a8a3;background:#ffffff;box-shadow:0 4px 12px rgba(82,1,3,0.04);}.module-card .module-title{font-weight:700;font-size:1.05rem;color:#520103;display:flex;align-items:center;gap:0.6rem;flex-wrap:wrap;}.module-card .module-title .code{font-weight:600;color:#7a5a55;font-size:0.85rem;background:#f5edeb;padding:0.05rem 0.6rem;border-radius:30px;border:1px solid #e0d2ce;}.module-card .module-topics{margin-top:0.3rem;padding-left:0.5rem;}.module-card .module-topics .topic-item{font-size:0.92rem;color:#2d1e1c;padding:0.1rem 0 0.1rem 1.2rem;position:relative;line-height:1.6;}.module-card .module-topics .topic-item::before{content:'\f0da';font-family:'Font Awesome 5 Free';font-weight:900;color:#520103;position:absolute;left:0;top:0.1rem;font-size:0.7rem;opacity:0.6;}.module-card .module-desc{font-size:0.92rem;color:#2d1e1c;margin-top:0.3rem;padding:0.4rem 0.8rem;background:#faf5f3;border-radius:6px;border-left:3px solid #520103;}.module-card .module-desc i{color:#520103;margin-right:0.4rem;opacity:0.6;}.module-card.capstone{border-left:4px solid #520103;background:#faf5f3;}.module-card.capstone .module-title{color:#520103;}@media (max-width:600px){.module-card{padding:0.8rem 1rem;}.module-card .module-title{font-size:0.95rem;}.module-card .module-topics .topic-item{font-size:0.85rem;padding-left:1rem;}.module-card .module-desc{font-size:0.85rem;padding:0.3rem 0.6rem;}}.status-note{font-size:0.85rem;color:#7a5a55;background:#fdfbfa;padding:0.3rem 1rem;border-radius:30px;border:1px solid #ede4e1;display:inline-block;margin-top:0.3rem;}.status-note i{color:#520103;margin-right:0.3rem;}@media (max-width:480px){.section-title{font-size:1.05rem;padding-left:0.6rem;}.semester-block .semester-heading{font-size:0.95rem;padding:0.3rem 0.8rem;}}a:focus-visible{outline:3px solid #520103;outline-offset:3px;border-radius:4px;}
