*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;color:#212529;background-color:#f8f9fa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.25;color:#212529}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin:0 0 1rem}strong{font-weight:700}small{font-size:.875rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;min-height:44px;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;line-height:1;text-align:center;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background-color:#41a75c;color:#fff}.button--primary:hover:not(:disabled){background-color:#368a4c}.button--primary:focus{outline:none;box-shadow:0 0 0 3px #41a75c1a;border-color:#41a75c}.button--secondary{background-color:#6ba4d9;color:#fff}.button--secondary:hover:not(:disabled){background-color:#4b90d1}.button--secondary:focus{outline:none;box-shadow:0 0 0 3px #6ba4d91a;border-color:#6ba4d9}.button--outline{background-color:transparent;color:#41a75c;border:2px solid #41a75c}.button--outline:hover:not(:disabled){background-color:#41a75c;color:#fff}.button--outline:focus{outline:none;box-shadow:0 0 0 3px #41a75c1a;border-color:#41a75c}.button--large{padding:1rem 2rem;font-size:1.25rem;min-height:52px}.button--small{padding:.25rem 1rem;font-size:.875rem;min-height:36px}.button--full-width{width:100%}.button--loading{position:relative;color:transparent;pointer-events:none}.button--loading:after{content:"";position:absolute;width:1rem;height:1rem;top:50%;left:50%;margin-left:-.5rem;margin-top:-.5rem;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:button-spin .6s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.loading{display:flex;align-items:center;justify-content:center;padding:2rem}.loading__spinner{width:2.5rem;height:2.5rem;border:3px solid #dee2e6;border-top-color:#41a75c;border-radius:50%;animation:spin .8s linear infinite}.loading--small .loading__spinner{width:1.5rem;height:1.5rem;border-width:2px}.loading--large .loading__spinner{width:4rem;height:4rem;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}.language-switcher{display:flex;gap:.25rem;padding:.5rem;background-color:#fff;border-radius:.375rem;box-shadow:0 1px 2px #0000000d}.language-switcher__button{padding:.25rem 1rem;min-height:36px;border:1px solid #dee2e6;border-radius:.25rem;background-color:#fff;color:#495057;font-size:.875rem;font-weight:500;transition:all .15s ease;cursor:pointer}.language-switcher__button:hover{border-color:#41a75c;color:#41a75c}.language-switcher__button--active{background-color:#41a75c;border-color:#41a75c;color:#fff}.language-switcher__button--active:hover{background-color:#3a9552}.language-switcher__button:focus{outline:none;box-shadow:0 0 0 3px #41a75c1a;border-color:#41a75c}.signup-form{max-width:600px;margin:0 auto;padding:1rem;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (min-width: 640px){.signup-form{padding:2rem}}.signup-form__header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.signup-form__logo{max-width:200px;width:100%;height:auto;margin-bottom:1.5rem;border-radius:.375rem}.signup-form__title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;text-align:center;color:#212529}.signup-form__section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #dee2e6}.signup-form__section:last-of-type{border-bottom:none}.signup-form__section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#495057}.signup-form__field{margin-bottom:1rem}.signup-form__label{display:block;font-weight:500;margin-bottom:.25rem;color:#212529}.signup-form__input,.signup-form__select{width:100%;padding:.5rem 1rem;min-height:44px;border:1px solid #dee2e6;border-radius:.375rem;font-size:1rem;font-family:inherit;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.signup-form__input:focus,.signup-form__select:focus{outline:none;box-shadow:0 0 0 3px #41a75c1a;border-color:#41a75c}.signup-form__input--error,.signup-form__select--error{border-color:#dc3545}.signup-form__input:disabled,.signup-form__select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.signup-form__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding-right:2rem}.signup-form__error{display:block;color:#dc3545;font-size:.875rem;margin-top:.25rem}.signup-form__error-banner{background-color:#fef9f9;border:1px solid #dc3545;border-radius:.375rem;padding:1rem;margin-bottom:1.5rem;color:#bd2130;font-weight:500}.signup-form__agreement{padding:1rem;background-color:#f8f9fa;border-radius:.375rem}.signup-form__checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;line-height:1.5}.signup-form__checkbox{margin-top:2px;min-width:18px;height:18px;cursor:pointer}.signup-form__submit{margin-top:2rem}.signup-form__payment-options{display:flex;flex-direction:column;gap:1rem}.signup-form__radio-label{display:flex;align-items:center;gap:.5rem;padding:1rem;border:2px solid #dee2e6;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.signup-form__radio-label:hover{border-color:#41a75c;background-color:#eef9f1}.signup-form__radio-label input:checked+span{font-weight:600}.signup-form__radio{width:20px;height:20px;cursor:pointer}.signup-form__total{background-color:#f8f9fa;padding:1rem;border-radius:.375rem}.signup-form__total-row{display:flex;justify-content:space-between;padding:.25rem 0;font-size:1rem}.signup-form__total-row--grand{padding-top:1rem;margin-top:.5rem;border-top:2px solid #dee2e6;font-size:1.25rem;color:#41a75c}.signup-form__drop-in-info{background-color:#fff;border-left:4px solid #6ba4d9;padding:1rem;border-radius:.25rem;font-size:.875rem;line-height:1.6}.signup-form__error--center{display:block;text-align:center;margin-top:1rem}.signup-form__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.signup-form__child{margin-bottom:2rem;padding:1rem;background-color:#fefefe;border-radius:.375rem}.signup-form__child:nth-child(2n){background-color:#f8f9fa}.signup-form__child-header{display:flex;gap:1rem;align-items:flex-end;margin-bottom:1.5rem}.signup-form__child-header .signup-form__field{flex:1;margin-bottom:0}.signup-form__clubs{margin-top:1rem}.signup-form__clubs-label{font-weight:500;margin-bottom:1rem;color:#495057}.signup-form__day-group{margin-bottom:1.5rem}.signup-form__day-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;margin-top:1.5rem;color:#41a75c}.signup-form__club-list{display:flex;flex-direction:column;gap:.5rem}.signup-form__club-option{display:flex;gap:.5rem;padding:.5rem;border:1px solid #dee2e6;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.signup-form__club-option:hover{background-color:#eef9f1;border-color:#41a75c}.signup-form__club-option input[type=checkbox]{margin-top:2px;min-width:18px;height:18px;cursor:pointer}.signup-form__club-details{display:flex;flex-direction:column;gap:.25rem}.signup-form__club-meta{font-size:.875rem;color:#495057}.signup-form__child-summary{margin-top:1rem;padding:.5rem 1rem;background-color:#eef9f1;border-radius:.375rem;font-size:.875rem}.signup-form__add-child-button{margin-top:1.5rem;display:flex;justify-content:flex-start}.signup-form__radio-option{display:flex;align-items:center;gap:.5rem;padding:1rem;border:2px solid #dee2e6;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.signup-form__radio-option:hover{border-color:#41a75c;background-color:#eef9f1}.signup-form__radio-option input[type=radio]{min-width:20px;height:20px;cursor:pointer}.signup-form__total{background-color:#fff;padding:1.5rem;border-radius:.375rem;margin-bottom:1.5rem}.signup-form__total h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#212529}.signup-form__total-details p{margin:.25rem 0;font-size:1rem;color:#495057}.signup-form__total-amount{font-size:1.5rem;color:#41a75c;margin-top:.5rem}.signup-form__subtitle{text-align:center;font-size:1.125rem;color:#495057;margin-bottom:.5rem}.signup-form__language-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.signup-form__terms-notice{margin:1.5rem 0}.signup-form__terms-warning{background-color:#fff4d3;border:2px solid #ffc107;border-radius:.375rem;padding:1.5rem;text-align:center}.signup-form__terms-warning p{font-size:1rem;font-weight:500;margin-bottom:1rem;color:#6d5200}.signup-form__terms-accepted{background-color:#dcf1e2;border:2px solid #41a75c;border-radius:.375rem;padding:1rem;text-align:center}.signup-form__terms-accepted p{font-size:1rem;color:#16391f;margin:0}.signup-form__terms-link{background:none;border:none;color:#41a75c;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0;font-family:inherit}.signup-form__terms-link:hover{color:#338248}.signup-success{max-width:500px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;text-align:center}.signup-success .signup-form__logo{display:block;margin:0 auto 1.5rem}.signup-success__icon{width:80px;height:80px;margin:0 auto 1.5rem;background-color:#41a75c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700}.signup-success__title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#41a75c}.signup-success__message{font-size:1.25rem;margin-bottom:2rem;color:#495057}.signup-success__reminder{background-color:#fff4d3;border-left:4px solid #ffc107;padding:1rem;margin-bottom:2rem;text-align:left}.signup-success__reminder h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#6d5200}.signup-success__reminder p{margin:.25rem 0;font-size:.875rem;color:#a07800}.signup-success__details{background-color:#f8f9fa;padding:1.5rem;border-radius:.375rem;margin-bottom:2rem;text-align:left}.signup-success__details h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#212529}.signup-success__child{margin-bottom:1rem}.signup-success__child strong{display:block;margin-bottom:.25rem;color:#41a75c}.signup-success__child ul{margin-left:1rem;list-style:disc}.signup-success__child ul li{margin:.25rem 0;font-size:.875rem;color:#495057}.club-calendar{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1rem}@media (min-width: 640px){.club-calendar{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.club-calendar{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.club-calendar{grid-template-columns:repeat(4,1fr)}}.club-calendar__day{display:flex;flex-direction:column;background-color:#fefefe;border-radius:.375rem;padding:.5rem;min-height:200px}.club-calendar__day-name{font-size:1.125rem;font-weight:700;color:#41a75c;padding:.5rem;text-align:center;border-bottom:2px solid #dee2e6;margin-bottom:.5rem}.club-calendar__clubs{display:flex;flex-direction:column;gap:.25rem;flex:1}.club-calendar__no-clubs{display:flex;align-items:center;justify-content:center;flex:1;color:#6c757d;font-size:1.25rem}.club-card{background-color:#fff;border:2px solid #dee2e6;border-radius:.25rem;padding:.5rem;cursor:pointer;transition:all .2s ease;text-align:left;min-height:44px}.club-card:hover{border-color:#41a75c;box-shadow:0 1px 2px #0000000d;transform:translateY(-2px)}.club-card--selected{border-color:#41a75c;background-color:#e7f6eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.club-card--selected .club-card__name{color:#41a75c;font-weight:700}.club-card__name{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.25rem}.club-card__info{font-size:.75rem;color:#495057;margin-top:2px}.club-card__label{font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;overflow-y:auto}.modal-content{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column}.modal-content__title{font-size:1.5rem;font-weight:700;padding:1.5rem;border-bottom:2px solid #dee2e6;color:#41a75c}.modal-content__language-switcher{padding:0 1.5rem 1rem;display:flex;justify-content:center}.modal-content__body{flex:1;overflow-y:auto;padding:1.5rem}.modal-content__terms{font-family:inherit;font-size:.875rem;line-height:1.6;white-space:pre-wrap;color:#495057;margin:0}.modal-content__agreement{padding:1.5rem;border-top:2px solid #dee2e6;border-bottom:2px solid #dee2e6;background-color:#f8f9fa}.modal-content__checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;font-size:1rem}.modal-content__checkbox{width:20px;height:20px;cursor:pointer}.modal-content__actions{padding:1.5rem;display:flex;gap:1rem;justify-content:flex-end}.terms-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.terms-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.terms-page__title{font-size:2rem;color:#41a75c;margin:0}@media (max-width: 768px){.terms-page__title{font-size:1.5rem}}.terms-page__content{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}@media (max-width: 768px){.terms-page__content{padding:1.5rem}}.terms-page__section{margin-bottom:2rem}.terms-page__section:last-child{margin-bottom:0}.terms-page__section h2{color:#41a75c;font-size:1.5rem;margin-bottom:1rem}.terms-page__section h3{color:#6ba4d9;font-size:1.25rem;margin-bottom:.75rem}.terms-page__section p{line-height:1.6;color:#333;margin-bottom:1rem}.terms-page__section ul,.terms-page__section ol{margin-left:1.5rem;margin-bottom:1rem}.terms-page__section ul li,.terms-page__section ol li{line-height:1.8;margin-bottom:.5rem;color:#333}.terms-page__section ul li strong,.terms-page__section ol li strong{color:#5c3f34}.terms-page__section a{color:#6ba4d9;text-decoration:none}.terms-page__section a:hover{text-decoration:underline}.terms-page__agreement{margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}.terms-page__agreement-box{background:#f9f9f9;border:2px solid #41a75c;border-radius:8px;padding:1.5rem}.terms-page__checkbox-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;font-size:1rem;line-height:1.6}.terms-page__checkbox-label span{flex:1}.terms-page__checkbox-label strong{color:#41a75c}.terms-page__checkbox{min-width:24px;min-height:24px;width:24px;height:24px;cursor:pointer;margin-top:.2rem}.terms-page__footer{max-width:500px;margin:0 auto}.password-protect{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#41a75c,#6ba4d9);padding:1rem}.password-protect__container{background:#fff;padding:3rem;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:100%}.password-protect__title{font-size:1.875rem;font-weight:700;color:#212529;margin-bottom:2rem;text-align:center}.password-protect__form{display:flex;flex-direction:column;gap:1.5rem}.password-protect__field{display:flex;flex-direction:column;gap:.5rem}.password-protect__label{font-size:.875rem;font-weight:500;color:#495057}.password-protect__input{padding:1rem;border:1px solid #dee2e6;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease}.password-protect__input:focus{outline:none;border-color:#41a75c;box-shadow:0 0 0 3px #41a75c1a}.password-protect__input:disabled{background-color:#f8f9fa;cursor:not-allowed}.password-protect__error{padding:1rem;background-color:#dc35451a;border:1px solid #dc3545;border-radius:.375rem;color:#dc3545;font-size:.875rem;text-align:center}.admin-dashboard{min-height:100vh;background:#f8f9fa}.admin-dashboard__header{background:#fff;padding:2rem;box-shadow:0 1px 2px #0000000d;margin-bottom:2rem}.admin-dashboard__header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media (max-width: 639px){.admin-dashboard__header-content{flex-direction:column;gap:1rem;align-items:flex-start}}.admin-dashboard__title{font-size:2.25rem;font-weight:700;color:#41a75c;margin:0}@media (max-width: 639px){.admin-dashboard__title{font-size:1.875rem}}.admin-dashboard__stats{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 639px){.admin-dashboard__stats{grid-template-columns:1fr}}.admin-dashboard__stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.admin-dashboard__stat-label{font-size:.875rem;color:#6c757d;text-transform:uppercase;letter-spacing:.05em}.admin-dashboard__stat-value{font-size:2.25rem;font-weight:700;color:#41a75c}.admin-dashboard__content{max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.admin-dashboard__section-title{font-size:1.875rem;font-weight:700;color:#212529;margin-bottom:1.5rem}.admin-dashboard__clubs{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.admin-dashboard__club-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .2s ease;text-decoration:none;color:inherit;display:block}.admin-dashboard__club-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.admin-dashboard__club-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.admin-dashboard__club-name{font-size:1.25rem;font-weight:600;color:#212529;margin:0;flex:1}.admin-dashboard__club-badge{background:#41a75c;color:#fff;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap}.admin-dashboard__club-details{display:flex;flex-direction:column;gap:.5rem}.admin-dashboard__club-detail{display:flex;gap:.25rem}.admin-dashboard__detail-label{font-size:.875rem;color:#6c757d;font-weight:500}.admin-dashboard__detail-value{font-size:.875rem;color:#212529}.admin-dashboard__empty{text-align:center;color:#6c757d;padding:3rem;font-size:1.25rem}.admin-dashboard__error{background-color:#dc35451a;border:1px solid #dc3545;border-radius:.375rem;padding:1.5rem;color:#dc3545;text-align:center}.club-dashboard{min-height:100vh;background:#f8f9fa}.club-dashboard__header{background:#fff;padding:2rem;box-shadow:0 1px 2px #0000000d;margin-bottom:2rem}.club-dashboard__header-content{max-width:1200px;margin:0 auto}.club-dashboard__back-link{display:inline-flex;align-items:center;gap:.25rem;color:#41a75c;text-decoration:none;font-size:.875rem;font-weight:500;margin-bottom:1rem;transition:color .2s ease}.club-dashboard__back-link:hover{color:#338248}.club-dashboard__title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media (max-width: 639px){.club-dashboard__title-row{flex-direction:column;gap:1rem;align-items:flex-start}}.club-dashboard__title{font-size:2.25rem;font-weight:700;color:#41a75c;margin:0}@media (max-width: 639px){.club-dashboard__title{font-size:1.875rem}}.club-dashboard__club-info{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 639px){.club-dashboard__club-info{flex-direction:column;gap:.5rem}}.club-dashboard__info-item{font-size:.875rem;color:#495057}.club-dashboard__info-item strong{color:#212529;font-weight:600}.club-dashboard__stats{max-width:1200px;margin:1.5rem auto 0;display:flex;justify-content:center}.club-dashboard__stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.club-dashboard__stat-label{font-size:.875rem;color:#6c757d;text-transform:uppercase;letter-spacing:.05em}.club-dashboard__stat-value{font-size:2.25rem;font-weight:700;color:#41a75c}.club-dashboard__content{max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.club-dashboard__section-title{font-size:1.875rem;font-weight:700;color:#212529;margin-bottom:1.5rem}.club-dashboard__students{background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.club-dashboard__table{width:100%;border-collapse:collapse}.club-dashboard__table thead{background-color:#f8f9fa}.club-dashboard__table thead th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#212529;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #dee2e6}@media (max-width: 639px){.club-dashboard__table thead th{padding:.5rem;font-size:.75rem}}.club-dashboard__table tbody tr{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}.club-dashboard__table tbody tr:hover{background-color:#f8f9fa}.club-dashboard__table tbody tr:last-child{border-bottom:none}.club-dashboard__table tbody td{padding:1rem;font-size:.875rem;color:#495057}@media (max-width: 639px){.club-dashboard__table tbody td{padding:.5rem;font-size:.75rem}}.club-dashboard__table tbody td a{color:#41a75c;text-decoration:none;transition:color .2s ease}.club-dashboard__table tbody td a:hover{color:#338248;text-decoration:underline}@media (max-width: 639px){.club-dashboard__table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.club-dashboard__empty{text-align:center;color:#6c757d;padding:3rem;font-size:1.25rem}.club-dashboard__error{background-color:#dc35451a;border:1px solid #dc3545;border-radius:.375rem;padding:1.5rem;color:#dc3545;text-align:center}.signup-page{min-height:100vh;background:linear-gradient(135deg,#dcf1e2,#fff);padding:2rem 1rem;display:flex;align-items:center;justify-content:center}@media (min-width: 640px){.signup-page{padding:3rem 1.5rem}}
