@charset "UTF-8";:root{--primary-color: #641146;--primary-hover: #4f0d37;--text-on-primary: #fff;--iotm-blue: #1f2c8c;--iotm-yellow: #fbfd03;--text-color: #212121;--text-color-light: #6a6a6a;--surface: #fff;--surface-muted: #f6f6f6;--surface-subtle: #fbfbfb;--border-color: #e2e2e2;--focus-color: #2684ff;--font-sans: "DM Sans Variable", sans-serif;--font-serif: "Libre Baskerville", serif;--space-1: .375rem;--space-2: .625rem;--space-3: .875rem;--space-4: 1.25rem;--space-5: 1.75rem;--space-6: 2.5rem;--space-7: 4rem;--gap: 2rem;--content-width: min(71rem, calc(100vw - 3rem) );--navbar-height: 150px;--radius-sm: .375rem;--small-corner: 1rem;--large-corner: 3.75rem;--radius-full: 999px;--shadow-sm: 0 1px 2px rgb(36 29 34 / 6%);--shadow-md: 0 12px 32px rgb(36 29 34 / 10%);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--sticky-extra: 0px}*,*:before,*:after{box-sizing:border-box}*{position:relative;margin-block:0}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;font-family:var(--font-sans);font-size:1rem;line-height:1.55;color:var(--text-color);background:var(--surface)}body:has(.pin){--sticky-extra: var(--navbar-height)}body:has(.unpin){--sticky-extra: 0px}h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote,dl,dd{margin:0}h1,h2,h3,h4,h5{line-height:1.15;text-wrap:balance}h1{font-size:clamp(2rem,4vw,3.25rem)}h2{font-size:clamp(1.5rem,2.5vw,2.15rem)}h3{font-size:clamp(1.15rem,2vw,1.4rem)}h4{font-size:1.05rem}h5{font-size:.95rem}p,li{max-width:70ch}img{display:block;max-width:100%}a{color:var(--primary-color);text-underline-offset:.16em}a:hover{color:var(--primary-hover)}button,input,select,textarea{font:inherit}button{border:0}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid color-mix(in srgb,var(--focus-color),transparent 35%);outline-offset:3px}.container{width:var(--content-width);margin-inline:auto}.stack{display:flex;flex-direction:column;gap:var(--gap)}.flex{display:flex}.flex.centered{align-items:center;justify-content:center}.flex.space-between{justify-content:space-between}.flex.column{flex-direction:column}.section-block{display:flex;flex-direction:column;gap:var(--space-4)}.text-block{display:flex;flex-direction:column;gap:var(--space-4);line-height:1.7}.text-block p{margin:0}.prose{display:flex;flex-direction:column;gap:var(--space-3);line-height:1.7}.prose p{margin:0}.prose ul,.prose ol,.text-block ul,.text-block ol{padding-left:1.25rem}.link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-1)}.card,.surface,.panel-box{border:1px solid var(--border-color);border-radius:var(--small-corner);background:var(--surface-muted)}.card,.panel-box{padding:var(--space-4);text-decoration:none}.card--sm{padding:var(--space-2)}.card--white{background:var(--surface)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-4);width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:2.75rem;padding:.65rem 1rem;border-radius:var(--radius-full);background:var(--primary-color);color:var(--text-on-primary);font-weight:700;text-decoration:none;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.btn:hover{background:var(--primary-hover);color:var(--text-on-primary);transform:translateY(-1px)}.btn--secondary{background:var(--surface);color:var(--primary-color)}.btn--secondary:hover{background:var(--surface-muted);color:var(--primary-color)}.btn--accent,.btn--accent:hover{background:var(--iotm-yellow);color:var(--iotm-blue)}.btn--sm{min-height:auto;padding:.35rem .75rem}.btn--block{width:100%}.badge{display:inline-flex;width:fit-content;align-items:center;padding:.25rem .6rem;border-radius:var(--radius-full);background:var(--surface-muted);color:var(--text-color);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge--outline{background:transparent;border:1px solid var(--border-color)}.meta-tags{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.department-link{font-size:.9rem;font-weight:500;color:var(--text-color-light);text-decoration:none}.department-link:hover{color:var(--primary-color);text-decoration:underline}.meta-details{display:flex;align-items:center;gap:var(--space-2);font-size:.9rem;color:var(--text-color-light)}.meta-details .separator{opacity:.5}.page-header{display:flex;flex-direction:column;gap:var(--space-4)}.header-meta{display:flex;flex-direction:column;gap:var(--space-2);flex:1}.header-meta h1{margin:0;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:700;line-height:1.2}.banner{position:relative;width:100%;height:var(--banner-height, auto);overflow:hidden;border:1px solid var(--border-color);border-radius:var(--small-corner);background:var(--surface-muted)}.banner--hero{--banner-height: 400px}.image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:var(--small-corner);transition:border-radius .5s var(--ease-out-quart)}.image-wrapper:hover{border-radius:0!important}.image-wrapper:hover img{transform:scale(1.04)}.image-wrapper:hover .arrow-right{transform:translate(calc(5px + .3em))!important}.image-wrapper img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out-quart)}.image-wrapper .image{width:100%;height:100%}.image-wrapper .image:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.4));pointer-events:none}.image-content{position:absolute;inset:0;z-index:1;display:flex}.image-content.left{align-items:flex-end;justify-content:flex-start}.image-content.right{align-items:flex-end;justify-content:flex-end}.image-content .text{z-index:4;max-width:min(400px,70%);color:var(--text-on-primary);font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:700;overflow-wrap:anywhere}.image-content .text .arrow-right{transform:translate(5px);transition:transform 1s var(--ease-out-quart)}.image-content.left .text{margin:0 0 1em 1em}.image-content.right .text{margin:0 1em 1em 0;text-align:right}.image-content .hero-text{font-size:clamp(1.75rem,3vw,2.5rem)}.image-content .overlay{position:absolute;inset:0}.image-content .overlay svg{position:absolute;bottom:0;opacity:.8}.image-content .overlay svg.right{right:0}.image-content .overlay path{fill:var(--primary-color)}.avatar{width:60px;height:60px;border-radius:var(--radius-full);overflow:hidden;flex-shrink:0}.course-row{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid var(--border-color);border-radius:var(--small-corner);background:var(--surface);text-decoration:none;transition:border-color .15s ease,background .15s ease}.course-row:hover{border-color:var(--primary-color);background:var(--surface-subtle)}.course-row:hover .course-code{color:var(--primary-color)}@media(max-width:600px){.course-row{grid-template-columns:1fr;gap:.2rem}}.course-code{font-weight:700;font-size:.875rem;color:var(--text-color);white-space:nowrap}.course-name{font-size:.875rem;color:var(--text-color-light);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.external-requirement{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid var(--border-color);border-radius:var(--small-corner);background:var(--surface-muted);font-size:.875rem;color:var(--text-color)}@media(max-width:600px){.external-requirement{flex-direction:column;align-items:flex-start;gap:.35rem}}.table-container{width:100%;overflow-x:auto;border:1px solid var(--border-color);border-radius:var(--small-corner);background:var(--surface)}.data-table{width:100%;min-width:36rem;border-collapse:collapse;text-align:left;font-size:.9rem}.data-table thead{background:var(--surface-muted);border-bottom:1px solid var(--border-color)}.data-table th{padding:var(--space-3) var(--space-4);color:var(--text-color);font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.data-table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-color);color:var(--text-color-light);line-height:1.4}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:var(--surface-subtle)}.data-table .cell-primary,.data-table .font-medium{color:var(--text-color);font-weight:600}.data-table .cell-description{color:var(--text-color)}.data-table .num-col{text-align:right}.data-table .type-col{width:25%}.data-table .weighting-col{width:15%}.promo{display:flex;align-items:center;justify-content:space-between;gap:var(--gap);width:var(--content-width);height:var(--promo-height, 300px);padding:0 var(--gap);color:var(--iotm-yellow);font-family:var(--font-serif);background:linear-gradient(90deg,var(--iotm-blue) 50%,var(--surface) 90%)}.promo p{font-size:.9em}.promo .promo-text{max-width:440px}.promo .promo-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:.25em}.promo .btn{margin-top:var(--space-4)}.nobreak{text-wrap:nowrap}.muted{color:var(--text-color-light)}.icon{height:1em;width:auto;display:inline-block;vertical-align:middle}.mobile-only{display:none!important}hr{width:100%;margin:calc(var(--gap) / 3) 0;border:0;border-top:1px solid var(--border-color)}@media(max-width:900px){:root{--content-width: min( calc(100% - 2rem) , 71rem);--navbar-height: 112px;--gap: 1.25rem;--large-corner: 2rem;--small-corner: .875rem}.desktop-only{display:none!important}.mobile-only{display:block!important}.mobile-only.flex{display:flex!important}.promo{height:auto;flex-direction:column;padding:var(--gap);background:linear-gradient(to bottom,var(--iotm-blue) 50%,var(--surface) 90%)}.promo .promo-text{text-align:center}}@media(max-width:600px){:root{--content-width: calc(100% - 1.5rem) }h1{font-size:clamp(1.75rem,9vw,2.4rem)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(./dm-sans-latin-ext-wght-normal.BOFOeGcA.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(./dm-sans-latin-wght-normal.Xz1IZZA0.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Baskerville;font-style:normal;font-display:swap;font-weight:400;src:url(./libre-baskerville-latin-ext-400-normal.CgrLXNFI.woff2) format("woff2"),url(./libre-baskerville-latin-ext-400-normal.DGMWZUIS.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Baskerville;font-style:normal;font-display:swap;font-weight:400;src:url(./libre-baskerville-latin-400-normal.D14tVwWG.woff2) format("woff2"),url(./libre-baskerville-latin-400-normal.CGsuF2rw.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body.scroll-locked{overflow:hidden!important;touch-action:none}.search-root.svelte-u1yco4{position:relative;width:100%;max-width:440px}.search-field.svelte-u1yco4{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-2);background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-sm);transition:border-color .16s var(--ease-out-quart),box-shadow .16s var(--ease-out-quart)}.search-field.svelte-u1yco4 .icon-slot:where(.svelte-u1yco4){display:flex;align-items:center;color:var(--text-color-light);transition:color .16s ease}.search-field.svelte-u1yco4 input:where(.svelte-u1yco4){width:100%;border:0;outline:none;background:transparent;font-family:var(--font-sans);font-size:.9rem;color:var(--text-color)}.search-field.svelte-u1yco4 input:where(.svelte-u1yco4)::placeholder{color:var(--text-color-light);opacity:.8}.search-field.focused.svelte-u1yco4{border-color:var(--primary-color);box-shadow:var(--shadow-sm)}.search-field.focused.svelte-u1yco4 .icon-slot:where(.svelte-u1yco4){color:var(--primary-color)}.search-dropdown.svelte-u1yco4{position:absolute;top:calc(100% + var(--space-2));left:0;right:0;z-index:100;display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-2);background:var(--surface);border:1px solid var(--border-color);border-radius:var(--small-corner);box-shadow:var(--shadow-md);max-height:400px;overflow-y:auto}.search-result-item.svelte-u1yco4{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2);border-radius:var(--radius-sm);text-decoration:none;color:var(--text-color);transition:background-color .15s ease,color .15s ease}.search-result-item.svelte-u1yco4 .result-thumb:where(.svelte-u1yco4){width:44px;height:44px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;background:var(--surface-muted);border:1px solid var(--border-color)}.search-result-item.svelte-u1yco4 .result-details:where(.svelte-u1yco4){display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.search-result-item.svelte-u1yco4 .result-title:where(.svelte-u1yco4){font-size:.9rem;font-weight:500;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-item.svelte-u1yco4 .result-meta:where(.svelte-u1yco4){font-size:.75rem;color:var(--text-color-light);text-transform:uppercase;letter-spacing:.04em}.search-result-item.svelte-u1yco4:hover{background:var(--surface-subtle)}.search-result-item.svelte-u1yco4:hover .result-title:where(.svelte-u1yco4){color:var(--primary-color)}.mobile-trigger-btn.svelte-u1yco4{display:flex;align-items:center;justify-content:center;padding:var(--space-2);background:transparent;color:var(--text-color);border-radius:var(--radius-full);cursor:pointer;transition:background-color .15s ease}.mobile-trigger-btn.svelte-u1yco4:hover{background:var(--surface-muted)}.mobile-search-modal.svelte-u1yco4{position:fixed;inset:0;z-index:1000;background:var(--surface);display:flex;flex-direction:column;padding:var(--space-3)}.modal-header.svelte-u1yco4{display:flex;align-items:center;gap:var(--space-2);padding-bottom:var(--space-3);border-bottom:1px solid var(--border-color)}.modal-header.svelte-u1yco4 .modal-search-field:where(.svelte-u1yco4){flex:1;display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--surface-muted);border:1px solid var(--border-color);border-radius:var(--radius-full)}.modal-header.svelte-u1yco4 .modal-search-field:where(.svelte-u1yco4) .icon-slot:where(.svelte-u1yco4){color:var(--text-color-light);display:flex;align-items:center}.modal-header.svelte-u1yco4 .modal-search-field:where(.svelte-u1yco4) input:where(.svelte-u1yco4){width:100%;border:0;outline:none;background:transparent;font-family:var(--font-sans);font-size:1rem;color:var(--text-color)}.modal-header.svelte-u1yco4 .close-btn:where(.svelte-u1yco4){flex-shrink:0}.modal-results.svelte-u1yco4{flex:1;overflow-y:auto;padding:var(--space-3) 0}.modal-results.svelte-u1yco4 .results-list:where(.svelte-u1yco4){display:flex;flex-direction:column;gap:var(--space-2)}.modal-results.svelte-u1yco4 .mobile-card:where(.svelte-u1yco4){padding:var(--space-3);background:var(--surface-subtle);border:1px solid var(--border-color);border-radius:var(--small-corner)}.modal-results.svelte-u1yco4 .mobile-card:where(.svelte-u1yco4) .result-thumb:where(.svelte-u1yco4){width:50px;height:50px}.modal-results.svelte-u1yco4 .mobile-card:where(.svelte-u1yco4) .result-title:where(.svelte-u1yco4){font-size:1rem}.modal-results.svelte-u1yco4 .sentinel-anchor:where(.svelte-u1yco4){height:20px;width:100%}.modal-results.svelte-u1yco4 .status-indicator:where(.svelte-u1yco4){text-align:center;padding:var(--space-6) var(--space-2);font-size:.95rem}.navbar-search-slot.svelte-eznsdx{flex:1;display:flex;justify-content:center;padding:0 var(--space-3)}.pin-wrapper.svelte-eznsdx{--container-width: calc(100vw - (2 * var(--space-3)));--link-width: calc(var(--container-width) / var(--num-links));z-index:3;top:0;left:0;width:100vw;position:fixed;transition:top .5s var(--ease-out-quart)}.pin-wrapper.unpin.svelte-eznsdx{top:calc(-1 * var(--navbar-height))}.decoration.svelte-eznsdx{height:.5rem;background-color:var(--primary-color);width:100%;position:absolute;top:100%;padding:0 var(--space-3);box-sizing:border-box}.decoration.svelte-eznsdx .white-line:where(.svelte-eznsdx){background-color:#fff;height:100%;position:absolute;top:0;left:var(--space-3);width:0px;transform:translate(calc(var(--focus-link, 0) * var(--link-width)));transition:width .2s var(--ease-out-quart);pointer-events:none}.decoration.svelte-eznsdx .white-line.animate-transform:where(.svelte-eznsdx){transition:transform .25s var(--ease-out-quart),width .2s var(--ease-out-quart)}.decoration.svelte-eznsdx .white-line.show:where(.svelte-eznsdx){width:var(--link-width)}.navbar-wrapper.svelte-eznsdx{display:flex;flex-direction:column;height:var(--navbar-height);background-color:var(--surface);z-index:3}nav.svelte-eznsdx{width:100%;flex:1;min-height:0}.nav-row.svelte-eznsdx{width:100%;height:calc(var(--navbar-height) * .5);display:flex;align-items:center}.nav-row.nav-row--first.svelte-eznsdx{justify-content:space-between;background-color:var(--surface-subtle);border-bottom:1px solid var(--border-color);padding:0 var(--space-3)}.nav-row.nav-row--second.svelte-eznsdx{padding:0 var(--space-3)}.nav-link.svelte-eznsdx{display:flex;flex-direction:column;align-items:flex-start;width:var(--link-width);text-decoration:none;margin-block:0}.nav-link.svelte-eznsdx p:where(.svelte-eznsdx){margin-block:0;font-size:1.1rem}.nav-link.svelte-eznsdx p.mi:where(.svelte-eznsdx){font-weight:700}.nav-link.svelte-eznsdx p.en:where(.svelte-eznsdx){color:var(--text-color)}.logo-wrapper.svelte-eznsdx{height:80%}.logo-wrapper.svelte-eznsdx .logo:where(.svelte-eznsdx){height:100%;width:auto;display:block}button.svelte-eznsdx{margin-left:var(--space-1)}button.svelte-eznsdx .icon{transition:margin .5s var(--ease-out-quart)}button.svelte-eznsdx:hover .icon{margin-left:5px}@media(max-width:900px){.navbar-search-slot.svelte-eznsdx{flex:initial;padding:0}.nav-link.svelte-eznsdx{align-items:center}.nav-link.svelte-eznsdx p:where(.svelte-eznsdx){font-size:.9rem}}.footer-content.svelte-1a7chs{width:var(--content-width);padding:var(--gap) 0;justify-content:space-between;align-items:center;gap:var(--gap)}.footer-content.svelte-1a7chs>:where(.svelte-1a7chs){max-width:30rem}footer.svelte-1a7chs{background-color:var(--primary-color);color:var(--text-on-primary)}footer.svelte-1a7chs img:where(.svelte-1a7chs){width:100px;height:100px}footer.svelte-1a7chs .legal-copy:where(.svelte-1a7chs){font-size:.8rem}@media(max-width:900px){.footer-content.svelte-1a7chs{flex-direction:column;gap:calc(var(--gap) / 3)}p.svelte-1a7chs{text-align:center}}.content.svelte-12qhfyh{flex:1;padding-top:calc(var(--navbar-height) + var(--space-5));padding-bottom:150px}.body.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}
