@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.6;
    color: #fff;
    background-image: radial-gradient(#002612,#1e1e1e);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

header {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    padding: 40px 20px;
    background-image: linear-gradient(45deg,#0bd16bee,#a8dec2ee,#09d6beee);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #fefefe;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    
    overflow: hidden;


    
}
header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(14,237,122,1), rgba(12,240,213,1), rgba(13,235,121,1));
}
.beforec{
    overflow:hidden;
}
.contact-info .before,
section .before{
    content: '';
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    overflow:hidden;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(14,237,122,1), rgba(12,240,213,1), rgba(13,235,121,1));
}
header .subtitle{
    color: #111;
    text-shadow: none;
}


h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 600;
}

.subtitle {
    font-size: 1.2em;
    color: #aaa;
    margin-bottom: 20px;
}

section {
    position:relative;
    background: #101010aa;
    border: 1px solid #ffffff11;
    backdrop-filter: blur(5px);
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #252526;
    padding-bottom: 10px;
}

.project {
    margin-bottom: 25px;
}

.project h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 500;
}

.project p {
    color: #bbb;
    margin-bottom: 8px;
}

.project a {
    color: #00cc66;
    text-decoration: none;
    font-weight: 500;
}

.project a:hover {
    text-decoration: underline;
}
.project .badge {
    display: inline-block;
    background: #2d2d2d;
    color: #00cc66;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: 600;
    margin-left: 8px;
}

.awards-list {
    list-style: none;
}

.awards-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.awards-list li:before {
    content: "🏆";
    position: absolute;
    left: 0;
}

.award-major li:before {
    content: "🥇";
}

.contact-info {
    text-align: center;
    padding: 20px;
}

a {
    color: #00cc66;
    text-decoration: none;
    font-weight: 500;
}

.contact-info a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 20px;
    color: #aaa;
    font-size: 0.9em;
}

@media (max-width: 300px) {
    h1 {
        font-size: 2em;
    }
    
    .subtitle {
        font-size: 1em;
    }
    
    section {
        padding: 20px;
    }
}
.ltex{
    -webkit-user-select: none; 
    -ms-user-select: none;   
    user-select: none;
    pointer-events: none;
    color: #464545aa;
    text-shadow: none;
    font-size: 150px;
    position: absolute;
    left: 60px;               
    top: 0px;                  
    transform: rotate(90deg);  
    transform-origin: top left;
    overflow: visible;
    font-family: "Stack Sans Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.webring-anchor{font-size:24px;color:rgba(132,146,166,.8);text-decoration:none;transition:color .5s}.webring-anchor:hover{color:#8492a6;text-decoration:none}.webring-logo{background-image:url(https://assets.hackclub.com/icon-rounded.svg);background-repeat:no-repeat;background-position:top left;background-size:contain;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:inline-block;width:36px;height:36px;margin:0 4px;vertical-align:middle}