*{margin:0;padding:0;box-sizing:border-box;list-style:none}body{font-family:Julius Sans One,sans-serif}.layout{min-height:100vh;display:flex;flex-direction:column}.layout:before{content:"";position:fixed;inset:0;background:#0006;z-index:-1}main{flex:1;display:flex}header{padding:1.35rem 0;background-color:#d2d2d2d9;font-size:clamp(1.2rem,2.2vw,1.7rem)}header ul{display:flex;justify-content:space-evenly;align-items:center;width:100%;padding:0 1rem;gap:1rem}header a{text-decoration:none;color:#000}header a:hover{color:#fff}header li{transition:transform .3s}header li:hover{transform:scale(1.2)}footer{background-color:#d2d2d2d9;padding:1.35rem 0;display:flex;align-items:center;justify-content:space-evenly;gap:5%}footer i{margin:.4375rem;font-size:clamp(1.4rem,2.4vw,1.8rem)}footer a{text-decoration:none;color:#000;font-weight:700;font-size:clamp(1.2rem,2.2vw,1.7rem);transition:transform .3s,color .3s}.home{position:relative;display:flex;justify-content:center;align-items:center;flex:1}.bg-video{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.home-text{text-align:center;color:#f3f1ece6;font-size:clamp(1rem,2.3vw,1.9rem);font-weight:700}.home-text h2{font-size:clamp(.9rem,1.4vw,1.6rem);font-style:italic;font-weight:400}:root{--blue: #4a9ebb;--blue-glow: rgba(74, 158, 187, .25);--blue-border: rgba(74, 158, 187, .5);--card-bg: #141414;--label-bg: #1a1a1a;--red: #e74c3c}.projects-page{background:#171717;background:linear-gradient(90deg,#000,#1f1f1f,#171717);flex:1}.projects-header{font-size:clamp(1rem,3rem,4rem);color:#fff;text-align:center;margin-top:2rem;text-shadow:3px 3px 25px var(--blue)}.project-card{align-items:center;color:#fff;border:3px solid var(--blue-border);padding:1rem;border-radius:20px;box-shadow:5px 5px 20px var(--blue-glow)}.project-title{font-size:clamp(1.2rem,2.4vw,1.7rem);margin-bottom:1rem;text-decoration:underline;text-align:center}.projects-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:1rem;max-width:1100px;margin:0 auto}.project-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:center}.left-side{display:flex;flex-direction:column;align-items:center;gap:1rem}.left-side a{color:#fff;display:flex;align-items:center;gap:.5rem;font-size:clamp(1.1rem,2vw,1.5rem);transition:transform .3s,color .3s;font-weight:700}.left-side a:hover{transform:scale(1.2)}footer a:hover{color:#fff;transform:scale(1.2)}.project-content{font-size:clamp(.8rem,1.3vw,1rem)}.project-img{max-width:100%;max-height:100%;border-radius:20px;border:2px solid var(--blue-border)}.project-section{margin:.5rem}.section-label{display:inline-block;font-size:clamp(.9rem,1.5vw,1.2rem);letter-spacing:1px;text-transform:uppercase;color:var(--blue);margin-bottom:.3rem}.project-content p{margin-top:.3rem;line-height:1.6}.project-content ul{margin-top:.5rem;padding-left:1.2rem}.project-content li{margin-bottom:.5rem}.tech-list{display:flex;flex-wrap:wrap;gap:.6rem;margin:0 0 1.2rem}.tech-tag{padding:.4rem .9rem;border-radius:20px;border:2px solid var(--blue-border);background-color:var(--label-bg);font-size:.75rem;color:#fff}@media(max-width:750px){.project-layout{grid-template-columns:1fr}}.theme-bu{--accent: #bd1304;--other-accent: #f2b661}.theme-clemson{--accent: #f2b661;--other-accent: #bd1304}.theme-bu.coursework-page{background:linear-gradient(90deg,#050505,#662d23,#000)}.theme-clemson.coursework-page{background:linear-gradient(90deg,#050505,#5a370f,#000)}.coursework-page{flex:1;background:#050505;background:linear-gradient(90deg,#050505,#662d23,#000);padding:1.5rem;min-height:100%;width:100%}.card-top-row{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0}.school-logo{width:clamp(50px,6vw,80px);height:clamp(50px,6vw,80px);object-fit:contain;margin:1rem 0 .5rem;flex-shrink:0}.theme-toggle-bar{display:flex;justify-content:flex-end;align-items:center;gap:15px;margin-bottom:.5rem}#theme-view-coursework-text{font-size:clamp(.95rem,1.6vw,1.35rem);font-weight:600;color:#fff;text-shadow:0 0 25px var(--other-accent)}#theme-button{border:2px solid var(--other-accent);transition:all .2s;height:clamp(50px,5vw,70px);width:clamp(50px,5vw,70px);border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.3rem}#theme-button:hover{transform:scale(1.2);background-color:#fff}.clemson-button{max-height:95%;max-width:95%;object-fit:contain}.theme-school-text{font-size:clamp(1.5rem,4vw,3rem);text-align:center;margin:1rem auto 2rem;color:#fff;text-shadow:0 0 25px var(--accent)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;width:100%;max-width:1300px;margin:0 auto;padding:0 3rem}.course-card{position:relative;background-color:#0e0e0e;padding:1.5rem;color:#fff;border-radius:10px;box-shadow:0 0 10px var(--accent);transition:transform .2s ease,box-shadow .2s ease}.course-card:hover{transform:translateY(-4px);box-shadow:0 0 20px var(--accent)}.course-card h3{font-size:clamp(.85rem,1.5vw,1.1rem);color:#fff;text-shadow:0 0 10px var(--accent),0 0 20px var(--accent);margin-bottom:.25rem}.course-card h2{font-size:clamp(1.1rem,2vw,1.6rem);color:var(--accent);margin-bottom:.75rem}.course-card h4{font-size:clamp(.9rem,1.5vw,1.1rem);text-shadow:0 0 10px var(--accent),0 0 20px var(--accent);margin-top:.75rem}.course-card .course-desc{padding-left:1.2rem}.course-card .course-desc li{margin:.4rem 0;font-size:clamp(.75rem,1.2vw,.9rem);line-height:1.5}.course-card .skills-list{margin-top:.4rem;line-height:1.3}.course-card .skills-list li{font-size:clamp(.75rem,1.2vw,.9rem);font-weight:700}.course-card .school-logo{position:absolute;top:-10px;right:8px;width:clamp(50px,5vw,70px);height:clamp(50px,5vw,70px);object-fit:contain}@media(max-width:480px){.cards-grid{grid-template-columns:1fr}.theme-toggle-bar{flex-direction:column;align-items:flex-end}}:root{--blue: #4a9ebb;--blue-glow: rgba(74, 158, 187, .25);--blue-border: rgba(74, 158, 187, .5);--card-bg: #141414;--label-bg: #1a1a1a}.aboutme-page{flex:1;padding:2rem;background:#171717;background:linear-gradient(90deg,#000,#1f1f1f,#171717);color:#fff}.info-section{text-align:center;margin-bottom:2.3rem}.info-section h1{font-size:clamp(2rem,4vw,3rem);text-shadow:0 0 30px var(--blue-glow);margin-bottom:.5rem}.info-section h2{font-size:clamp(1rem,2vw,1.5rem);color:#ccc}.skills-wrapper{display:flex;flex-direction:column;gap:1rem;max-width:1200px;margin:0 auto 2rem}.skill-row{display:flex;align-items:center;gap:1.5rem}.skill-label{min-width:180px;flex-shrink:0;background-color:var(--label-bg);padding:.75rem 1.25rem;border-radius:10px;box-shadow:0 0 8px var(--blue-glow);text-align:center;font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:700}.skill-group{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skill-button{background-color:var(--label-bg);padding:.5rem 1.25rem;border-radius:20px;border:1px solid var(--blue-border);color:var(--blue);font-weight:700;font-size:clamp(.75rem,1.2vw,.9rem);box-shadow:0 0 6px var(--blue-glow)}.about-container{display:flex;gap:2rem;max-width:1200px;margin:0 auto;align-items:start}.left-col{flex:1;display:flex;flex-direction:column;gap:1rem}.profile-pic{width:100%;border-radius:10px;box-shadow:0 0 10px var(--blue-glow)}.gpa-box{text-align:center;background-color:var(--label-bg);padding:.75rem;border-radius:10px;border:1px solid var(--blue-border);color:var(--blue);font-weight:700;font-size:clamp(1rem,1.5vw,1.2rem);box-shadow:0 0 8px var(--blue-glow)}.right-col{flex:2;display:flex;flex-direction:column;gap:1rem}.top-cards{display:flex;gap:1rem}.card{flex:1;background-color:var(--card-bg);padding:1.25rem;border-radius:10px;box-shadow:0 0 8px var(--blue-glow);color:#fff}.card h3{font-size:clamp(1rem,1.5vw,1.3rem);margin-bottom:.75rem;text-align:center;color:var(--blue)}.card p{margin-bottom:.5rem;font-size:clamp(.8rem,1.2vw,1rem);line-height:1.6}@media(max-width:768px){.about-container{flex-direction:column;align-items:center}.left-col{width:100%;max-width:400px;align-items:center}.right-col{width:100%}.profile-pic{max-width:300px}.gpa-box{max-width:300px;width:100%}.skill-row{flex-direction:column;align-items:center}.skill-group{justify-content:center}.top-cards{flex-direction:column}}
