.Button-module__8RiFmG__button{box-shadow:var(--shadow-sm);cursor:pointer;border:2px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-weight:700;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__button:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Button-module__8RiFmG__button:active{box-shadow:var(--shadow-sm);transform:translateY(0)}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed;transform:none}.Button-module__8RiFmG__primary{background-color:var(--yellow-primary);color:var(--black-primary);border-color:var(--yellow-primary)}.Button-module__8RiFmG__primary:hover:not(:disabled){background-color:var(--yellow-lighten2);border-color:var(--yellow-lighten1)}.Button-module__8RiFmG__secondary{background-color:var(--white);color:var(--black-primary);border-color:var(--black-lighten3)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background-color:var(--black-lighten4);border-color:var(--black-lighten2)}.Button-module__8RiFmG__ghost{color:var(--black-primary);background-color:#0000;border-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background-color:var(--black-lighten4);border-color:var(--black-lighten3)}.Button-module__8RiFmG__danger{background-color:var(--red);color:var(--white);border-color:var(--red)}.Button-module__8RiFmG__danger:hover:not(:disabled){background-color:#eb5353e6;border-color:#eb5353e6}.Button-module__8RiFmG__sm{height:36px;padding:8px 16px;font-size:14px}.Button-module__8RiFmG__md{height:44px;padding:10px 24px;font-size:16px}.Button-module__8RiFmG__lg{height:48px;padding:12px 32px;font-size:18px}.Button-module__8RiFmG__fullWidth{width:100%}.Button-module__8RiFmG__spinner{border:2px solid var(--black-primary);border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite Button-module__8RiFmG__spin;display:inline-block}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.TextInput-module__wEV5vq__fullWidth{width:100%}.TextInput-module__wEV5vq__label{color:var(--black-primary);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.TextInput-module__wEV5vq__input{border:1px solid var(--black-lighten3);background-color:var(--black-lighten4);border-radius:8px;padding:12px 16px;font-size:16px;transition:all .2s}.TextInput-module__wEV5vq__input:focus{ring:2px;ring-color:var(--yellow-primary);box-shadow:0 0 0 2px var(--yellow-primary);border-color:#0000;outline:none}.TextInput-module__wEV5vq__inputError{border-color:var(--red)}.TextInput-module__wEV5vq__error{color:var(--red);margin-top:4px;font-size:14px}
.TextArea-module__HMTQ1a__fullWidth{width:100%}.TextArea-module__HMTQ1a__label{color:var(--black-primary);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.TextArea-module__HMTQ1a__textarea{border:1px solid var(--black-lighten3);background-color:var(--black-lighten4);resize:vertical;border-radius:8px;min-height:100px;padding:12px 16px;font-size:16px;transition:all .2s}.TextArea-module__HMTQ1a__textarea:focus{box-shadow:0 0 0 2px var(--yellow-primary);border-color:#0000;outline:none}.TextArea-module__HMTQ1a__textareaError{border-color:var(--red)}.TextArea-module__HMTQ1a__error{color:var(--red);margin-top:4px;font-size:14px}
.Container-module__DjgGgG__container{width:100%;margin-left:auto;margin-right:auto;padding-left:32px;padding-right:32px}.Container-module__DjgGgG__sm{max-width:672px}.Container-module__DjgGgG__md{max-width:805px}.Container-module__DjgGgG__lg{max-width:1024px}.Container-module__DjgGgG__xl{max-width:1280px}.Container-module__DjgGgG__full{max-width:100%}
.Card-module__b6YjYG__card{border-radius:12px;padding:24px;transition:box-shadow .2s}.Card-module__b6YjYG__default{background-color:var(--white);border:1px solid var(--black-lighten3);box-shadow:var(--shadow-sm)}.Card-module__b6YjYG__outlined{background-color:var(--white);border:2px solid var(--black-lighten2)}.Card-module__b6YjYG__elevated{background-color:var(--white);box-shadow:var(--shadow-md);border:1px solid var(--black-lighten4)}.Card-module__b6YjYG__flat{background-color:#0000}.Card-module__b6YjYG__gradient{background:linear-gradient(to bottom right, var(--white), var(--yellow-lighten1));border:2px solid var(--yellow-primary);box-shadow:var(--shadow-md)}.Card-module__b6YjYG__hoverable{cursor:pointer;transition:all .2s}.Card-module__b6YjYG__hoverable:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}
.Modal-module__7LRQSW__overlay{z-index:var(--z-index-top);justify-content:center;align-items:center;padding:16px;animation:.2s Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;position:absolute;inset:0}.Modal-module__7LRQSW__modal{background-color:var(--white);box-shadow:var(--shadow-xl);border-radius:16px;width:100%;max-height:90vh;animation:.2s Modal-module__7LRQSW__zoomIn;position:relative;overflow-y:auto}.Modal-module__7LRQSW__sm{max-width:448px}.Modal-module__7LRQSW__md{max-width:512px}.Modal-module__7LRQSW__lg{max-width:672px}.Modal-module__7LRQSW__xl{max-width:896px}.Modal-module__7LRQSW__header{border-bottom:2px solid var(--yellow-primary);background:linear-gradient(to right, var(--yellow-lighten1), var(--white));justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.Modal-module__7LRQSW__title{color:var(--black-primary);align-items:center;gap:8px;font-size:24px;font-weight:900;display:flex}.Modal-module__7LRQSW__closeButton{width:40px;height:40px;color:var(--black-lighten2);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.Modal-module__7LRQSW__closeButton:hover{color:var(--white);background-color:var(--red)}.Modal-module__7LRQSW__body{padding:24px}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.Breadcrumb-module__3e-AXW__breadcrumb{align-items:center;gap:8px;font-size:14px;display:flex}.Breadcrumb-module__3e-AXW__item{align-items:center;gap:8px;display:flex}.Breadcrumb-module__3e-AXW__link{color:var(--black-lighten1);font-weight:500;text-decoration:none;transition:color .2s}.Breadcrumb-module__3e-AXW__link:hover{color:var(--black-primary)}.Breadcrumb-module__3e-AXW__text{color:var(--black-lighten1);font-weight:500}.Breadcrumb-module__3e-AXW__active{color:var(--black-primary);font-weight:700}.Breadcrumb-module__3e-AXW__separator{color:var(--black-lighten2)}
.HackathonCardList-module__ohygKG__loading{background:linear-gradient(to bottom right, var(--black-lighten5), var(--white), var(--yellow-lighten1));justify-content:center;align-items:center;min-height:100vh;display:flex}.HackathonCardList-module__ohygKG__loadingContent{text-align:center}.HackathonCardList-module__ohygKG__loadingIconWrapper{margin-bottom:16px;display:inline-block;position:relative}.HackathonCardList-module__ohygKG__loadingPing{background-color:var(--yellow-primary);opacity:.2;border-radius:50%;width:64px;height:64px;animation:1s cubic-bezier(0,0,.2,1) infinite HackathonCardList-module__ohygKG__ping;position:absolute;inset:0}.HackathonCardList-module__ohygKG__loadingIcon{background-color:var(--yellow-primary);width:64px;height:64px;box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.HackathonCardList-module__ohygKG__loadingEmoji{font-size:30px;animation:1s infinite HackathonCardList-module__ohygKG__bounce}.HackathonCardList-module__ohygKG__loadingText{color:var(--black-lighten1);font-weight:500}.HackathonCardList-module__ohygKG__emptyCard{background:linear-gradient(to bottom right, var(--white), var(--yellow-lighten1))}.HackathonCardList-module__ohygKG__emptyContent{text-align:center;padding:64px 0}.HackathonCardList-module__ohygKG__emptyIconWrapper{margin-bottom:24px}.HackathonCardList-module__ohygKG__emptyIcon{background-color:#fabe0033;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:16px;display:inline-flex}.HackathonCardList-module__ohygKG__emptyEmoji{font-size:40px}.HackathonCardList-module__ohygKG__emptyTitle{color:var(--black-primary);margin-bottom:12px;font-size:24px;font-weight:700}.HackathonCardList-module__ohygKG__emptyDescription{color:var(--black-lighten1);max-width:448px;margin-bottom:24px;margin-left:auto;margin-right:auto}.HackathonCardList-module__ohygKG__list{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}.HackathonCardList-module__ohygKG__cardLink{color:inherit;text-decoration:none}.HackathonCardList-module__ohygKG__hackathonCard{border:2px solid #0000;height:100%;transition:border-color .2s}.HackathonCardList-module__ohygKG__hackathonCard:hover{border-color:var(--yellow-primary)}.HackathonCardList-module__ohygKG__cardContent{margin-bottom:16px}.HackathonCardList-module__ohygKG__iconWrapper{background-color:#fabe0033;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;display:inline-flex}.HackathonCardList-module__ohygKG__icon{font-size:24px}.HackathonCardList-module__ohygKG__hackathonTitle{color:var(--black-primary);margin-bottom:8px;font-size:20px;font-weight:700}.HackathonCardList-module__ohygKG__hackathonMeta{color:var(--black-lighten1);align-items:center;gap:8px;font-size:14px;display:flex}.HackathonCardList-module__ohygKG__buttonGroup{gap:8px;margin-top:16px;display:flex}@keyframes HackathonCardList-module__ohygKG__ping{75%,to{opacity:0;transform:scale(2)}}@keyframes HackathonCardList-module__ohygKG__bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}
.page-module__OmXfwq__main{background:linear-gradient(to bottom right, var(--black-lighten5), var(--white), var(--yellow-lighten1));width:100%;min-height:100vh;padding:96px}.page-module__OmXfwq__header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.page-module__OmXfwq__title{color:var(--black-primary);margin-bottom:8px;font-size:30px;font-weight:900}
.AdminHeader-module__cgzKbq__header{z-index:var(--z-index-high);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:4px solid var(--yellow-primary);box-shadow:var(--shadow-xl);background:linear-gradient(90deg,#fabe00f2,#fdebb3f2,#fffabef2);position:sticky;top:0}.AdminHeader-module__cgzKbq__content{justify-content:space-between;align-items:center;padding:16px 0;display:flex}.AdminHeader-module__cgzKbq__left{align-items:center;gap:16px;display:flex}.AdminHeader-module__cgzKbq__logoLink{align-items:center;gap:12px;text-decoration:none;display:flex}.AdminHeader-module__cgzKbq__title{color:var(--black-primary);filter:drop-shadow(0 1px 2px #0000001a);font-size:20px;font-weight:900}.AdminHeader-module__cgzKbq__subtitle{color:var(--black-lighten1);font-size:12px;font-weight:500}.AdminHeader-module__cgzKbq__breadcrumbWrapper{padding-bottom:16px}
