@charset "UTF-8";:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fafafa;color:#333}#root{min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;background:#fff}.header__left{display:flex;align-items:center}.header__title{font-size:2rem;font-weight:700;margin:0;color:#d32f2f;background:none;border:none;cursor:pointer;transition:color .2s ease}.header__title h1{margin:0;font-size:inherit;font-weight:inherit;color:inherit}.header__title:hover{color:#b71c1c}.header__right{display:flex;align-items:center}.header__nav{display:flex;align-items:center;gap:.75rem}.header__link{color:#666;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .2s ease;background:none;border:none;cursor:pointer;font-family:inherit}.header__link:hover{color:#d32f2f}.header__link--active{color:#d32f2f;font-weight:600}.header__separator{color:#ccc;margin:0 .25rem;font-size:1.1rem}.header__github{display:flex;align-items:center;gap:.375rem;background:#f5f5f5;padding:.5rem .75rem;border-radius:6px;color:#333;text-decoration:none;font-size:1rem;transition:all .2s ease}.header__github:hover{background:#d32f2f;color:#fff}.header__star{font-size:1rem}.header__text{font-weight:500}.header__github-icon{margin-left:.125rem;width:18px;height:18px}@media (max-width: 768px){.header{padding:1rem}.header__nav{gap:.25rem}.header__github{padding:.125rem .25rem;font-size:.75rem}}.event-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;transition:all .2s ease}.event-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#d0d0d0}.event-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.event-card__name{margin:0;font-size:1.25rem;font-weight:700;color:#333;line-height:1.3;flex:1}.event-card__student-badge{background:#d32f2f;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.event-card__details{display:flex;flex-direction:column;gap:.5rem}.event-card__date{margin:0;font-weight:600;color:#d32f2f;font-size:.95rem}.event-card__location{margin:0;color:#666;font-size:.95rem;font-weight:500}.event-card__website{color:#1976d2;text-decoration:none;font-weight:600;font-size:.875rem;margin-top:.5rem;display:inline-block;transition:color .2s ease}.event-card__website:hover{color:#1565c0;text-decoration:underline}@media (max-width: 768px){.event-card{padding:1rem}.event-card__name{font-size:1.125rem}}.search-bar{margin-bottom:1.5rem}.search-bar__input-container{position:relative;width:100%;margin:0}.search-bar__icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}.search-bar__input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fff}.search-bar__input:focus{outline:none;border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.search-bar__input::placeholder{color:#999}.search-bar__clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.search-bar__clear:hover{color:#d32f2f;background:#f5f5f5}@media (max-width: 768px){.search-bar__input{padding:.625rem .875rem .625rem 2.25rem;font-size:.875rem}}.province-filter{padding:1.5rem 2rem;background:#f9f9f9;border-bottom:1px solid #e0e0e0;text-align:center}.province-filter__title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#333}.province-filter__buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.province-filter__button{padding:.5rem 1rem;border:1px solid #d0d0d0;background:#fff;color:#666;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease}.province-filter__button:hover{border-color:#d32f2f;color:#d32f2f}.province-filter__button--active{background:#d32f2f;border-color:#d32f2f;color:#fff}.province-filter__button--active:hover{background:#b71c1c;border-color:#b71c1c;color:#fff}@media (max-width: 768px){.province-filter{padding:1rem}.province-filter__buttons{gap:.25rem}.province-filter__button{padding:.375rem .75rem;font-size:.75rem}}.event-section{max-width:1400px;margin:0 auto;padding:2rem;min-height:calc(100vh - 200px)}.event-section__tabs{display:flex;justify-content:center;margin-bottom:1rem;border-bottom:1px solid #e0e0e0}.event-section__tab{padding:1rem 2rem;border:none;background:none;font-size:1.125rem;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease}.event-section__tab:hover{color:#d32f2f}.event-section__tab--active{color:#d32f2f;border-bottom-color:#d32f2f}.event-section__filters{display:flex;justify-content:center;margin-bottom:2rem;padding-bottom:1rem}.event-section__content{display:flex;gap:2rem}.event-section__column{flex:1;min-width:0}.event-section__divider{width:1px;background:linear-gradient(to bottom,transparent,#e0e0e0 20%,#e0e0e0 80%,transparent);margin:1rem 0}.event-section__title{font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;color:#333;text-align:center;padding-bottom:.75rem;border-bottom:2px solid #d32f2f}.event-section__events{display:flex;flex-direction:column}.event-section__empty{text-align:center;color:#999;font-style:italic;margin:2rem 0;padding:2rem;background:#f9f9f9;border-radius:8px}.event-section__see-more,.event-section__see-less{width:100%;padding:1rem;background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.event-section__see-more:hover,.event-section__see-less:hover{background:linear-gradient(135deg,#b71c1c,#d32f2f);transform:translateY(-1px);box-shadow:0 4px 12px #d32f2f4d}.event-section__see-less{background:linear-gradient(135deg,#666,#555)}.event-section__see-less:hover{background:linear-gradient(135deg,#555,#666);box-shadow:0 4px 12px #0003}@media (max-width: 768px){.event-section{padding:1rem}.event-section__tabs{margin-bottom:1rem}.event-section__tab{padding:.75rem 1rem;font-size:1rem}.event-section__content{flex-direction:column;gap:1rem}.event-section__divider{height:1px;width:100%;background:linear-gradient(to right,transparent,#e0e0e0 20%,#e0e0e0 80%,transparent);margin:.5rem 0}.event-section__title{font-size:1.5rem;margin-bottom:1rem}.event-section__see-more,.event-section__see-less{margin-top:1rem}}.contributors{background:linear-gradient(135deg,#fafafa,#f0f0f0);padding:4rem 0}.contributors__container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.contributors__title{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1rem}@media (max-width: 768px){.contributors__title{font-size:2rem}}.contributors__subtitle{font-size:1.125rem;color:#666;margin:0 0 3rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.contributors__subtitle{font-size:1rem;margin-bottom:2rem}}.contributors__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}@media (max-width: 768px){.contributors__grid{grid-template-columns:1fr;gap:1rem}}.contributors__card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.contributors__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a;border-color:#d32f2f}@media (max-width: 768px){.contributors__card{padding:1rem}}.contributors__avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0;transition:border-color .3s ease}.contributors__card:hover .contributors__avatar{border-color:#d32f2f}@media (max-width: 768px){.contributors__avatar{width:50px;height:50px}}.contributors__info{flex:1;text-align:left}.contributors__username{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 .5rem}@media (max-width: 768px){.contributors__username{font-size:1rem}}.contributors__stats{display:flex;flex-direction:column;gap:.25rem}.contributors__contributions{font-size:.875rem;font-weight:600;color:#d32f2f}.contributors__date{font-size:.8rem;color:#666}.contributors__cta{background:#fff;border:2px dashed #d32f2f;border-radius:12px;padding:2rem}.contributors__cta p{font-size:1.125rem;color:#666;margin:0 0 1rem}.contributors__contribute-link{display:inline-block;background:#d32f2f;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.contributors__contribute-link:hover{background:#b71c1c}.contributors__card:first-child{position:relative}.contributors__card:first-child:before{content:"👑";position:absolute;top:-8px;right:-8px;background:#d32f2f;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;border:2px solid white;box-shadow:0 2px 8px #0003}.about{min-height:100vh;background:linear-gradient(135deg,#fafafa,#f0f0f0);padding:2rem 0}.about__container{max-width:1400px;margin:0 auto;padding:0 2rem}.about__content{display:grid;grid-template-columns:320px 1fr;gap:1rem;align-items:start;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 8px 32px #0000001a}.about__photo{position:sticky;top:2rem}.about__photo-image{width:280px;height:350px;border-radius:12px;object-fit:cover;object-position:center;box-shadow:0 8px 24px #d32f2f4d;border:4px solid #d32f2f;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;opacity:0}.about__photo-image.loaded{opacity:1}.about__photo-image:hover{transform:scale(1.02);box-shadow:0 12px 32px #d32f2f66}.about__photo-placeholder{width:280px;height:350px;border-radius:12px;background:linear-gradient(135deg,#d32f2f,#b71c1c);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #d32f2f4d;border:4px solid #d32f2f;transition:transform .3s ease,box-shadow .3s ease}.about__photo-placeholder:hover{transform:scale(1.02);box-shadow:0 12px 32px #d32f2f66}.about__photo-initials{font-size:4rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.about__text{min-width:0}.about__title{font-size:2.5rem;font-weight:700;margin:0 0 2rem;color:#333;border-bottom:3px solid #d32f2f;padding-bottom:.5rem;display:inline-block}.about__story{font-size:1.125rem;line-height:1.7;color:#555}.about__story p{margin-bottom:1.5rem}.about__story p:last-child{margin-bottom:0}.about__story strong{color:#d32f2f;font-weight:600}.about__mission{background:linear-gradient(135deg,#fff3e0,#ffecb3);padding:1.5rem;border-radius:12px;border-left:4px solid #d32f2f;margin:2rem 0!important;font-style:italic}.about__cta{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0;text-align:center}.about__cta p{font-size:1.125rem;color:#666;margin:0}.about__link{color:#d32f2f;text-decoration:none;font-weight:600;margin-left:.5rem}.about__link:hover{text-decoration:underline}@media (max-width: 768px){.about{padding:1rem 0}.about__container{padding:0 1rem}.about__content{grid-template-columns:1fr;gap:2rem;padding:2rem;text-align:center}.about__photo{position:static;justify-self:center}.about__photo-image,.about__photo-placeholder{width:240px;height:300px}.about__photo-initials{font-size:3.5rem}.about__title{font-size:2rem}.about__story{font-size:1rem;text-align:left}.about__mission{text-align:left}}.app{min-height:100vh;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333}
