@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";body{margin:0 auto}.navbar{top:0;display:flex;justify-content:space-around;align-items:center;height:104px;width:100%;box-shadow:0 4px 6px -1px #a7818180;background:#f5faf5;z-index:1000}.navbar-logo img{width:169px;height:auto}.navbar-logo a{text-decoration:none}.navbar-logo-title-name{font-size:.7rem;color:#2e7d32;font-weight:700;font-family:serif}.navbar-menu{width:40%;display:flex;justify-content:space-between;list-style:none;text-decoration:none;text-align:center;margin:0;padding:0}.navbar-menu li{display:flex;align-items:center}.navbar-menu li a{position:relative;color:#132611;font-size:16px;text-decoration:none;font-weight:3500;transition:color .3s ease-in-out}.navbar-menu li a.active{color:#2e7d32}.navbar-menu li a:after{content:"";position:absolute;bottom:-2.7rem;left:0;width:0;height:5px;border-radius:1px;background:#2e7d32;transition:width .3s ease-in-out,left .3s ease-in-out}.navbar-menu li a.active:after{width:100%;left:0;background:#2e7d32}.profileLI a.active:after{width:0!important}.profilePic{border:2px solid #2E7D32;border-radius:50%;height:60px}.menu-toggle,.hamburger,.mobile-login{display:none}.sidebar{position:fixed;top:0;left:-250px;width:250px;height:100vh;background:#2e7d322f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:2px 0 5px #00000080;padding-top:80px;transition:left .3s ease-in-out;display:flex;flex-direction:column;z-index:999;overflow-y:auto}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar ul li{padding:15px 20px}.sidebar ul li a{text-decoration:none;padding:5px;color:#000;font-size:18px;font-weight:700;display:block;transition:background .3s}.sidebar ul li a:hover{background:#2e7d32;border-radius:5px}.login-button-sidebar a{border:1.5px solid white;color:#fff;padding:10px 20px;border-radius:.5rem;text-align:center;display:inline-block}@media screen and (max-width: 1200px){.navbar{padding:0 20px;justify-content:center;position:relative;height:80px}.navbar-menu{display:none}.navbar-logo{margin:0 auto}.navbar-logo img{width:120px}.mobile-login{display:block;position:absolute;right:20px;top:25px;z-index:10}.mobile-login a{color:#2e7d32;text-decoration:none;border:1.5px solid #2E7D32;padding:8px 16px;border-radius:.5rem;font-size:14px;font-weight:700}.hamburger{display:block;cursor:pointer;width:30px;height:20px;position:absolute;top:30px;left:20px;z-index:1001}.hamburger span{display:block;width:30px;height:3px;background:#2e7d32;position:absolute;left:0;transition:all .3s ease-in-out}.hamburger span:nth-child(1){top:0;transform-origin:center}.hamburger span:nth-child(2){top:8.5px}.hamburger span:nth-child(3){top:17px;transform-origin:center}.menu-toggle:checked+.hamburger span:nth-child(1){transform:rotate(45deg);top:8.5px}.menu-toggle:checked+.hamburger span:nth-child(2){opacity:0}.menu-toggle:checked+.hamburger span:nth-child(3){transform:rotate(-45deg);top:8.5px}.menu-toggle:checked~.sidebar{left:0}#menu-toggle:checked~.sidebar{left:0}}@media screen and (max-width: 992px){.navbar-logo{max-width:70%}.navbar-logo-title-name{font-size:.5rem}}@media screen and (max-width: 576px){.navbar{height:70px}.hamburger{top:25px}.navbar-logo img{width:100px}.navbar-logo-title-name{font-size:.5rem}.mobile-login a{padding:6px 12px;font-size:12px}}*{padding:0%;margin:0%;box-sizing:border-box}.breadcrumb{display:flex;align-items:center;margin:20px 0;font-size:14px;color:#526652}.breadcrumb-link{text-decoration:none;color:#526652}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-separator{margin:0 8px}.breadcrumb-current{color:#526652}.title-container{display:flex;width:fit-content;position:relative}.title-container:before{position:absolute;content:"";width:80%;height:3px;left:10%;background-color:#9ae9e6;border-radius:100%;bottom:2.8rem}.title-container h1{font-size:2.5rem;letter-spacing:.4rem;font-weight:800;color:#fff;text-transform:uppercase}html{background:#f5faf5!important}body{font-family:Open Sans,sans-serif;background:#f5faf5!important;margin:0;padding:0}.app{min-height:100vh}.admin-protected-route-loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5faf5;padding:2rem}.admin-protected-route-loading-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 4px 20px #1326111a;border:1px solid #ADCCAF;max-width:400px;width:100%}.admin-protected-route-loading-spinner{width:48px;height:48px;border:4px solid #E9F2E9;border-top:4px solid #2E7D32;border-radius:50%;animation:admin-protected-route-spin 1s linear infinite}@keyframes admin-protected-route-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-protected-route-loading-text{font-size:18px;color:#526652;margin:0;font-weight:500;text-align:center}.admin-protected-route-unauthorized-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5faf5;padding:2rem}.admin-protected-route-unauthorized-content{background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 4px 20px #1326111a;border:1px solid #ADCCAF;max-width:500px;width:100%;text-align:center}.admin-protected-route-unauthorized-heading{font-size:28px;color:#132611;margin:0 0 1rem;font-weight:600}.admin-protected-route-unauthorized-message{font-size:18px;color:#526652;margin:0 0 1rem;line-height:1.5}.admin-protected-route-unauthorized-current-role{font-size:16px;color:#526652;margin:0 0 2rem}.admin-protected-route-user-role{color:#2e7d32;font-weight:600;background-color:#e9f2e9;padding:.25rem .75rem;border-radius:8px;font-size:14px}.admin-protected-route-unauthorized-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.admin-protected-route-back-button,.admin-protected-route-dashboard-button{padding:.75rem 1.5rem;border-radius:8px;font-size:16px;font-weight:500;border:2px solid transparent;cursor:pointer;transition:all .3s ease;min-width:120px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.admin-protected-route-back-button{background-color:#fff;color:#2e7d32;border-color:#adccaf}.admin-protected-route-back-button:hover{background-color:#d1f7cd;border-color:#2e7d32;box-shadow:0 2px 8px #e0f5dd}.admin-protected-route-dashboard-button{background-color:#2e7d32;color:#fff;border-color:#2e7d32}.admin-protected-route-dashboard-button:hover{background-color:#1b5e20;border-color:#1b5e20;box-shadow:0 2px 8px #1b5e204d}@media (max-width: 768px){.admin-protected-route-loading-container,.admin-protected-route-unauthorized-container{padding:1.5rem}.admin-protected-route-loading-content,.admin-protected-route-unauthorized-content{padding:2rem 1.5rem;margin:0 1rem}.admin-protected-route-unauthorized-heading{font-size:22px}.admin-protected-route-unauthorized-message{font-size:16px}.admin-protected-route-unauthorized-current-role{font-size:14px}.admin-protected-route-loading-text{font-size:16px}.admin-protected-route-back-button,.admin-protected-route-dashboard-button{font-size:14px;padding:.625rem 1.25rem;min-width:100px}.admin-protected-route-unauthorized-actions{gap:.75rem}}@media (max-width: 480px){.admin-protected-route-loading-container,.admin-protected-route-unauthorized-container{padding:1rem}.admin-protected-route-loading-content,.admin-protected-route-unauthorized-content{padding:1.5rem 1rem;margin:0}.admin-protected-route-unauthorized-heading{font-size:16px}.admin-protected-route-unauthorized-message{font-size:14px}.admin-protected-route-unauthorized-current-role{font-size:12px}.admin-protected-route-loading-text{font-size:14px}.admin-protected-route-back-button,.admin-protected-route-dashboard-button{font-size:12px;padding:.5rem 1rem;min-width:90px}.admin-protected-route-unauthorized-actions{flex-direction:column;gap:.5rem}.admin-protected-route-loading-spinner{width:40px;height:40px;border-width:3px}.admin-protected-route-user-role{font-size:12px;padding:.2rem .5rem}}.admin-protected-route-back-button:focus,.admin-protected-route-dashboard-button:focus{outline:2px solid #2E7D32;outline-offset:2px}@media (prefers-reduced-motion: reduce){.admin-protected-route-loading-spinner{animation:none}}.home-page{width:85vw;max-width:1440px;margin:0 auto;background-color:#f5faf5;color:#132611}.greeting-section-header{display:flex;align-items:baseline;gap:10px}.greeting-text{font-size:32px;color:#555;margin:0}.greeting-name{font-size:32px;font-weight:700;color:#2e7d32;margin:0}.camps-section{padding:2rem 0}.camps-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.camps-title{font-size:2rem;font-weight:600;margin:0}.create-button{display:flex;align-items:center;gap:.5rem;background-color:#f5faf5;border:2px solid #ADCCAF;border-radius:8px;padding:.5rem 1rem;color:#2e7d32;font-size:1rem;cursor:pointer}.create-button:hover{background-color:#1b5e20;color:#fff}.create-icon{width:1rem;height:1rem}.camps-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.camp-card{background-color:#f5faf5;border-radius:16px;border:1px solid #ADCCAF;overflow:hidden;transition:box-shadow .3s;cursor:pointer;position:relative;display:flex;flex-direction:column;justify-content:space-between}.camp-card:hover{box-shadow:0 4px 8px #00000026;box-shadow:0 -4px 8px #00000026}.camp-image-container{height:250px;overflow:hidden}.camp-image{width:100%;height:100%;object-fit:cover}.camp-detail-container{padding:1rem 1rem .5rem;display:flex;flex-direction:column;justify-content:flex-start}.camp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.camp-detail{font-size:32px;font-weight:700;margin:0}.camp-state{font-size:24px;color:#526652;margin-top:.25rem}.camp-year{font-size:20px;color:#526652}.camp-year-box{padding:.75rem 1rem}.camp-students{padding:.75rem 1rem;border-top:1px solid #ADCCAF;display:flex;justify-content:space-between;align-items:center}.students-count{margin:0;font-size:20px;color:#526652;font-weight:550}.students-count span{font-weight:700;color:#2e7d32}.user-button{background-color:#f5faf5;border:none;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer}@media (max-width: 768px){.home-page{width:90vw}.greeting-name{font-size:1.75rem}.camps-title{font-size:1.5rem}.camp-detail{font-size:18px}.camp-state,.camp-year{font-size:16px}.camps-cards{grid-template-columns:1fr}}@media (max-width: 480px){.home-page{width:90vw}.greeting-name{font-size:1.125rem}.camps-title{font-size:1rem}.camp-detail{font-size:14px}.camp-state,.camp-year{font-size:12px}}.camp-options-menu{position:relative;top:1rem;background:#fff;border:1px solid #ADCCAF;border-radius:8px;box-shadow:0 4px 8px #e0f5dd;z-index:10;min-width:140px;display:flex;flex-direction:column}.camp-options-menu-item{padding:.75rem 1.25rem;background:none;border:none;text-align:left;font-size:18px;color:#132611;cursor:pointer;border-radius:8px;transition:background .2s}.camp-options-menu-item:hover{background:#d1f7cd}@media (max-width: 768px){.camp-options-menu-item{font-size:14px;padding:.5rem 1rem}}@media (max-width: 480px){.camp-options-menu-item{font-size:12px;padding:.4rem .75rem}}.home-page-error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#e9f2e9;border:1px solid #ADCCAF;border-radius:8px;margin:2rem 0}.home-page-error-message p{color:#132611;font-size:18px;margin-bottom:1rem;text-align:center}.home-page-retry-button{background-color:#2e7d32;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.home-page-retry-button:hover{background-color:#1b5e20}.account-dashboard{min-height:100vh;background:linear-gradient(135deg,#f5faf5,#e9f2e9);padding:2rem 0}.dashboard-main-container{max-width:1440px;margin:0 auto;padding:0;width:85vw}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #ADCCAF}.welcome-section{flex:1}.dashboard-main-title{font-size:38px;font-weight:700;color:#132611;margin-bottom:.5rem;line-height:1.2}.dashboard-subtitle{font-size:18px;color:#526652;margin:0;font-weight:400}.user-profile-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#e9f2e9;border-radius:16px;border:1px solid #ADCCAF}.profile-avatar{width:60px;height:60px;background:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-text{font-size:24px;font-weight:700;color:#fff}.profile-info{display:flex;flex-direction:column}.profile-name{font-size:20px;font-weight:600;color:#132611;margin:0 0 .25rem}.profile-role{font-size:14px;color:#526652;font-weight:500;padding:.25rem .75rem;background:#fff;border-radius:8px;align-self:flex-start}.message-banner{padding:1rem 2rem;border-radius:8px;margin-bottom:2rem;font-size:16px;font-weight:500}.message-banner.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-banner.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.account-details-section{background:#fff;padding:2rem;border-radius:16px;margin-bottom:3rem;box-shadow:0 4px 20px #00000014;border:1px solid #ADCCAF}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-title{font-size:28px;font-weight:600;color:#132611;margin:0}.edit-profile-btn{background:#2e7d32;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.edit-profile-btn:hover{background:#1b5e20;transform:translateY(-2px);box-shadow:0 4px 12px #2e7d324d}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-radius:8px;border:1px solid #ADCCAF;transition:all .3s ease}.detail-item.non-editable{background:#f8f9fa;border-left:4px solid #6c757d}.detail-item.editable{background:#f5faf5;border-left:4px solid #2E7D32}.detail-item.full-width{grid-column:1 / -1;flex-direction:column;align-items:flex-start;gap:.5rem}.detail-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2e7d321a}.detail-label{font-size:16px;font-weight:500;color:#526652}.detail-value{font-size:16px;font-weight:600;color:#132611;text-align:right}.detail-item.full-width .detail-value{text-align:left;width:100%}.role-badge{background:#2e7d32;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:14px}.status-active{background:#28a745;color:#fff;padding:.25rem .75rem;border-radius:8px;font-size:14px}.edit-form{background:#f8f9fa;padding:2rem;border-radius:8px;border:1px solid #ADCCAF}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-label{font-size:16px;font-weight:500;color:#132611;margin-bottom:.5rem}.form-input,.form-textarea{padding:.75rem;border:1px solid #ADCCAF;border-radius:8px;font-size:16px;color:#132611;background:#fff;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a}.form-textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.save-btn,.cancel-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}.save-btn{background:#2e7d32;color:#fff}.save-btn:hover:not(:disabled){background:#1b5e20;transform:translateY(-2px);box-shadow:0 4px 12px #2e7d324d}.save-btn:disabled{background:#6c757d;cursor:not-allowed}.cancel-btn{background:#6c757d;color:#fff}.cancel-btn:hover:not(:disabled){background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.dashboard-actions{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.logout-button{padding:1rem 2rem;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:140px;background:#dc3545;color:#fff}.logout-button:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 8px 20px #dc35454d}.dashboard-loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;background:#fff;margin:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #ADCCAF}.loading-spinner{width:40px;height:40px;border:4px solid #E9F2E9;border-top:4px solid #2E7D32;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media (max-width: 768px){.dashboard-main-container{width:90vw}.dashboard-main-title{font-size:28px}.dashboard-subtitle{font-size:16px}.dashboard-header{flex-direction:column;gap:2rem;text-align:center}.user-profile-card{align-self:center}.details-grid,.form-grid{grid-template-columns:1fr}.section-header{flex-direction:column;gap:1rem;align-items:flex-start}.form-actions{justify-content:center}.dashboard-actions{flex-direction:column;align-items:center}}@media (max-width: 480px){.dashboard-main-container{width:90vw}.dashboard-main-title{font-size:18px}.section-title{font-size:22px}.detail-item{flex-direction:column;gap:.5rem;text-align:center}.detail-value{text-align:center}.form-actions{flex-direction:column}}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-pic-section{margin-bottom:2rem;padding:2rem;background:#f8f9fa;border-radius:8px;border:1px solid #ADCCAF}.form-section-title{font-size:20px;font-weight:600;color:#132611;margin-bottom:1rem}.profile-pic-upload{display:flex;align-items:center;gap:2rem}.current-pic{flex-shrink:0}.pic-preview{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #2E7D32}.pic-placeholder{width:120px;height:120px;border-radius:50%;background:#e9f2e9;border:3px solid #ADCCAF;display:flex;align-items:center;justify-content:center}.placeholder-text{font-size:14px;color:#526652;font-weight:500}.pic-upload-controls{display:flex;flex-direction:column;gap:.5rem}.file-input{display:none}.file-input-label{background:#2e7d32;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;transition:all .3s ease;text-align:center;display:inline-block}.file-input-label:hover{background:#1b5e20;transform:translateY(-2px);box-shadow:0 4px 12px #2e7d324d}.file-help-text{font-size:12px;color:#526652;margin:0}@media (max-width: 768px){.profile-pic-upload{flex-direction:column;text-align:center}.pic-upload-controls{align-items:center}}.camp-detail-page{width:85vw;max-width:1440px;margin:0 auto;background-color:#f5faf5;color:#132611}.camp-name{font-size:38px;font-weight:600;margin-bottom:1.5rem}.camp-tabs{display:flex;border-bottom:1px solid #ADCCAF}.tab-button{padding:1.5rem;background:none;border:none;font-size:20px;color:#132611;cursor:pointer;position:relative}.tab-button.active{color:#2e7d32;font-weight:600}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:#2e7d32}.tab-button:hover:not(.active){background-color:#d1f7cd}.tab-content{padding:1rem 0}.loading{display:flex;justify-content:center;align-items:center;height:300px;font-size:24px;color:#526652}@media (max-width: 768px){.camp-detail-page{width:90vw;margin:80px auto}.camp-name{font-size:28px}.camp-tabs{overflow-x:auto;white-space:nowrap}.tab-button{padding:.75rem 1rem;font-size:16px}}@media (max-width: 480px){.camp-detail-page{width:90vw;margin:60px auto}.camp-name{font-size:18px}.tab-button{padding:.5rem .75rem;font-size:14px}}.updates-tab{width:85vw;max-width:1440px;margin:2rem auto}.update-form-container{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;background-color:#fff;border:1px solid #ADCCAF;border-radius:8px}.form-group{width:100%}.form-group textarea{width:100%;resize:vertical;min-height:80px;border:1px solid #ADCCAF}.update-form{flex:1;display:flex;gap:.5rem}.update-input{flex:1;padding:.75rem;border:1px solid #ADCCAF;border-radius:8px;font-size:16px}.update-submit{padding:.75rem 1.5rem;background-color:#2e7d32;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:16px}.update-submit:hover{background-color:#1b5e20}.update-card{background-color:#f5faf5;border:1px solid #ADCCAF;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px #00000026}.update-header{display:flex;align-items:center;margin-bottom:1rem}.update-meta{flex:1;margin-left:.75rem}.update-author{font-weight:600;margin:0;font-size:18px}.update-time{font-size:14px;color:#526652;margin:0}.update-content{font-size:16px;line-height:1.5}.update-content h2{color:#2e7d32}@media (max-width: 768px){.section-title{font-size:22px}.update-form-container{padding:.75rem}.user-avatar{width:2rem;height:2rem}.update-author{font-size:16px}.update-content{font-size:14px}}@media (max-width: 480px){.section-title{font-size:16px}.update-form-container{padding:.5rem}.update-input{padding:.5rem;font-size:12px}.update-submit{padding:.5rem 1rem;font-size:12px}.update-author{font-size:14px}.update-time,.update-content{font-size:12px}}.update-options-menu{position:relative}.results-tab{width:85vw;max-width:1440px;margin:2rem auto}.section-title{font-size:28px;font-weight:600;margin-bottom:1rem;color:#132611}.upload-form-container{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;border:1px solid #ADCCAF;border-radius:8px;background-color:#f5faf5;box-shadow:0 1px 3px 1px #00000026}.user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.upload-prompt{flex:1;padding:.75rem;font-size:16px;color:#526652;cursor:pointer;background-color:#f5faf5}.upload-form-container:hover .upload-prompt{color:#132611}.history-section{margin-top:2rem}.results-table-container{border:1px solid #ADCCAF;border-radius:8px;overflow:hidden}.results-table{width:100%;border-collapse:collapse}.results-table th,.results-table td{padding:1rem;text-align:left;border-bottom:1px solid #ADCCAF}.results-table th{background-color:#e9f2e9;font-weight:600;color:#132611}.results-table tr:last-child td{border-bottom:none}.file-name{display:flex;align-items:center;gap:.5rem}.file-icon{width:1.25rem;height:1.25rem}.options-button{background:none;border:none;cursor:pointer;padding:.25rem}@media (max-width: 768px){.section-title{font-size:22px}.upload-form-container{padding:.75rem}.user-avatar{width:2rem;height:2rem}.upload-prompt{font-size:14px}.results-table th,.results-table td{padding:.75rem;font-size:14px}}@media (max-width: 480px){.section-title{font-size:16px}.upload-form-container{padding:.5rem}.upload-prompt,.results-table th,.results-table td{padding:.5rem;font-size:12px}}.upload-form{background-color:#f5faf5;border:1px solid #ADCCAF;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.form-group{margin-bottom:1rem}.form-group-inline,.form-group-inline-brochure{display:inline-flex!important;justify-content:space-between}.form-group-inline span{display:flex;flex-direction:column;width:30%}.form-group-inline-brochure span{display:flex;flex-direction:column;width:45%}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#132611}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #ADCCAF;border-radius:4px;font-size:16px}.form-group input:focus,.form-group select:focus{border-color:#2e7d32;outline:none;box-shadow:0 0 0 2px #2e7d3233}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.form-actions button{padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease}.form-actions button[type=button]{background-color:transparent;border:1px solid #ADCCAF;color:#526652}.form-actions button[type=button]:hover{background-color:#e9f2e9}.form-actions button[type=submit]{background-color:#2e7d32;border:1px solid #2E7D32;color:#fff}.form-actions button[type=submit]:hover{background-color:#1b5e20;border-color:#1b5e20}@media (max-width: 768px){.upload-form{padding:1rem}.form-group input,.form-group select{padding:.5rem;font-size:14px}.form-actions button{padding:.5rem 1rem}}@media (max-width: 480px){.upload-form{padding:.75rem}.form-group label{font-size:12px}.form-group input,.form-group select{padding:.4rem;font-size:12px}.form-actions button{padding:.4rem .8rem;font-size:12px}}.results-filters{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.search-box{width:100%}.search-box input{width:100%;padding:.75rem;border:1px solid #ADCCAF;border-radius:8px;font-size:16px}.search-box input:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d3233}.type-filters{display:flex;flex-wrap:wrap;gap:1rem}.type-filter{padding:.5rem 1rem;background-color:#e9f2e9;border-radius:16px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.type-filter:hover{background-color:#d1f7cd}.type-filter.active{background-color:#2e7d32;color:#fff}.type-filter .count{background-color:#ffffff4d;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:12px}.type-filter.active .count{background-color:#ffffff80}.pagination-controls{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem}.no-papers-message,.no-results-message,.loading-message{text-align:center;padding:2rem;font-size:18px;color:#526652}@media (max-width: 768px){.type-filters{overflow-x:auto;padding-bottom:.5rem;gap:.5rem}.type-filter{padding:.4rem .8rem;font-size:14px}.search-box input{padding:.5rem;font-size:14px}}@media (max-width: 480px){.type-filter{padding:.3rem .6rem;font-size:12px}.search-box input{padding:.4rem;font-size:12px}}.type-filter,.results-table th,.page-button,.show-all-button,.show-pages-button{cursor:pointer}.result-options-menu{position:relative;top:0}.students-tab{width:85vw;max-width:1440px;margin:2rem auto}.students-header{display:flex;gap:30px;width:100%;margin-bottom:2rem}.students-total-box{background:#f5faf5;border-radius:16px;padding:28px;box-shadow:0 2.5px 2px #00000026;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:140px}.students-total-count{font-size:42px;font-weight:700;color:#2e7d32}.students-total-label{font-size:18px;color:#526652;margin-top:8px}.students-standards-box{background:#f5faf5;border-radius:16px;padding:20px 28px;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:28px;flex-grow:1;box-shadow:0 2.5px 2px #00000026}.students-standard{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .2s ease}.students-standard:hover{transform:translateY(-2px)}.students-standard.selected .students-std-label,.students-standard.selected .students-std-count{font-weight:700;color:#2e7d32}.students-std-label{font-size:18px;color:#526652;margin-bottom:4px}.students-std-count{font-size:24px;color:#2e7d32;font-weight:600}.students-table-container{border-radius:8px;overflow:hidden;margin-bottom:1rem;background-color:#f5faf5}.students-table{width:100%;border-collapse:collapse;margin-bottom:50px}.students-table th,.students-table td{padding:1rem;border-bottom:1px solid #ADCCAF;text-align:center;vertical-align:middle}.students-table th{font-weight:600;color:#132611;cursor:pointer;position:relative}.students-table th:hover{background-color:#d1f7cd}.sort-icon{margin-left:.5rem}.students-table tr:last-child td{border-bottom:none}.student-name{display:flex;align-items:center;gap:1rem;justify-content:center}.student-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover}.view-button{color:#2e7d32;background:none;border:none;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.25rem;font-size:18px}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.page-button{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:1px solid #ADCCAF;background-color:#fff;border-radius:4px;cursor:pointer}.page-button.active{background-color:#2e7d32;color:#fff;border-color:#2e7d32}.show-all-button,.show-pages-button{width:100%;height:2rem;border:none;text-decoration:underline #2E7D32;color:#2e7d32;background-color:#f5faf5;border-radius:4px;cursor:pointer;margin:1rem auto 2rem;font-size:22px}.no-students-message{text-align:center;padding:2rem;font-size:20px;color:#526652}@media (max-width: 768px){.students-header{flex-direction:column;gap:1rem}.total-students{border-right:none;border-bottom:1px solid #ADCCAF;padding-bottom:1rem;width:100%}.standards-tabs{overflow-x:auto;padding:.5rem 0;width:90vw}.standard-tab{padding:0 .5rem}.students-table th,.students-table td{padding:.75rem;font-size:14px}}@media (max-width: 480px){.total-count{font-size:24px}.standard-name{font-size:12px}.standard-count{font-size:14px}.students-table th,.students-table td{padding:.5rem;font-size:12px}.page-button,.show-all-button,.show-pages-button{width:1.5rem;height:1.5rem;font-size:12px}.show-all-button,.show-pages-button{padding:0 .5rem}}.GalleryPage-container{width:85vw;max-width:1440px;margin:2rem auto}.create-button-box-noimage{display:flex;flex-direction:row-reverse}.GalleryPage-header{display:flex;flex-direction:column;gap:12px;margin:30px 0}.GalleryPage-header h1{font-size:32px;font-weight:700;color:#132611;margin:0}.GalleryPage-header p{max-width:882px;font-size:22px;color:#526652;line-height:1.5;margin:0 0 10px}.GalleryPage-tabs-container{width:100%;margin-bottom:40px}.GalleryPage-resource-tabs{display:flex;border-bottom:1px solid #ADCCAF;margin-bottom:20px}.GalleryPage-tab{padding:12px 16px;font-size:18px;font-weight:400;color:#526652;cursor:pointer;position:relative;margin-right:24px}.GalleryPage-tab.active{color:#2e7d32;font-weight:500}.GalleryPage-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#2e7d32}.GalleryPage-tab-content{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.GalleryPageData-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;transition:transform .3s ease}.GalleryPageData-image:hover{transform:scale(1.02)}.GalleryPageData-tab-change{display:flex;justify-content:space-between;margin:40px auto 5vh}@media screen and (max-width: 1200px){.GalleryPage-tab-content{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.GalleryPage-container{width:90%}.GalleryPage-tab{padding:10px 12px;font-size:14px;margin-right:16px}}@media screen and (max-width: 480px){.GalleryPage-tab-content{grid-template-columns:1fr}.breadcrumb{font-size:12px;margin:16px 0}.GalleryPage-tab{padding:8px 10px;font-size:13px;margin-right:12px}}.no-data-message{text-align:center;padding:60px 20px;background-color:#f5faf5;border-radius:8px;margin:40px 0}.no-data-message h2{color:#132611;margin-bottom:16px}.no-data-message p{color:#526652;margin-bottom:24px}.return-link{display:inline-block;padding:10px 20px;background-color:#2e7d32;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s ease}.return-link:hover{background-color:#1b5e20}.no-images-message{grid-column:1 / -1;text-align:center;padding:40px;color:#526652;background-color:#f5faf5;border-radius:8px}.tab-change-button{display:flex;align-items:center;justify-content:space-between;text-decoration:underline}.tab-change-button .circle-arrow{width:32px;height:32px}.tab-change-button.left .circle-arrow{margin-right:8px;transform:rotate(45deg)}.tab-change-button.right .circle-arrow{margin-left:8px;transform:rotate(135deg)}.tab-change-button .circle-arrow.hover,.tab-change-button:hover .circle-arrow.default{display:none}.tab-change-button:hover .circle-arrow.hover{display:inline}.tab-change-button.left:hover .circle-arrow.hover{transform:rotate(0)}.tab-change-button:hover .circle-arrow.hover{transform:rotate(180deg)}.GalleryPageData-tab-change button{background-color:#f5faf5;border:none;font-size:20px;color:#2e7d32}.image-tooltip-wrapper{position:relative;overflow:hidden;border-radius:8px;cursor:pointer}.image-tooltip{position:absolute;bottom:0;left:0;width:100%;background-color:#2e7d32d9;color:#fff;padding:1rem;transform:translateY(100%);transition:transform .3s ease;opacity:0;border-radius:0 0 8px 8px}.image-tooltip-wrapper:hover .image-tooltip{transform:translateY(0);opacity:1}.image-tooltip h3{font-size:18px;font-weight:500;margin:0 0 8px}.image-tooltip p{font-size:14px;margin:0 0 6px;line-height:1.4}.image-tooltip .image-date{font-size:12px;opacity:.9;font-style:italic}.GalleryPageData-image-container{overflow:hidden;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.GalleryPageData-image-container:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}@media screen and (max-width: 768px){.image-tooltip h3{font-size:16px}.image-tooltip p{font-size:12px}.image-tooltip .image-date{font-size:10px}}@media screen and (max-width: 480px){.image-tooltip{padding:.75rem}.image-tooltip h3{font-size:14px;margin-bottom:4px}.image-tooltip p{font-size:12px;margin-bottom:4px}}.brochure-cards-container{display:flex;flex-wrap:wrap;gap:24px}.DownloadPageCard-outer-container{width:45%;max-width:100%;transition:transform .3s ease}.DownloadPageCard-outer-container:hover{box-shadow:0 6px 12px #e0f5dd}.DownloadPageCard-container{display:flex;flex-direction:row;align-items:flex-start;width:100%;max-width:100%;background-color:#f5faf5;border-radius:8px;border:1px solid #ADCCAF;border-left:8px solid #2E7D32;padding:16px;cursor:pointer;transition:all .3s ease}.attachment-icon-container{display:flex;justify-content:center;align-items:center;margin-right:16px;width:24px;height:24px;transition:width .3s ease,margin-right .3s ease,opacity .3s ease;color:#2e7d32;flex-shrink:0}.attachment-icon-container img{width:100%;height:100%;object-fit:contain;transition:all .3s ease}.DownloadPageCard-Content-container{flex:1;transition:transform .3s ease}.DownloadPageCard-Content-Title{display:flex;flex-direction:column;margin-bottom:20px}.DownloadPageCard-Content-Title .title-text{font-size:20px;font-weight:500;color:#526652;margin-bottom:2px}.DownloadPageCard-Content-Title .subtitle-text{font-size:18px;color:#526652}.DownloadPageCard-Content-Update-date{font-size:14px;color:#adccaf}.arrow-icon-container{display:flex;justify-content:center;align-items:center;margin-left:16px;width:20px;height:20px;opacity:0;transition:all .3s ease;flex-shrink:0}.arrow-icon-container img{width:100%;height:100%;object-fit:contain}.DownloadPageCard-outer-container:hover .attachment-icon-container{width:0;margin-right:0;opacity:0}.DownloadPageCard-outer-container:hover .arrow-icon-container{opacity:1}@media screen and (max-width: 1200px){.DownloadPageCard-outer-container{width:48%}}@media screen and (max-width: 768px){.DownloadPageCard-outer-container{width:100%;margin-bottom:16px}.DownloadPageCard-Content-Title{margin-bottom:12px}.DownloadPageCard-Content-Title .title-text{font-size:16px}.DownloadPageCard-Content-Title .subtitle-text{font-size:14px}}@media screen and (max-width: 480px){.DownloadPageCard-container{padding:12px;border-left:6px solid #2E7D32}.attachment-icon-container{width:20px;height:20px;margin-right:12px}.arrow-icon-container{width:16px;height:16px}.DownloadPageCard-Content-Title .title-text,.DownloadPageCard-Content-Title .subtitle-text{font-size:12px}.DownloadPageCard-Content-Update-date{font-size:11px}}.student-profile__container{width:85vw;max-width:1440px;background:#f5faf5;margin:2rem auto;border-radius:16px;padding:2rem 0 0}.student-profile__header{display:flex;align-items:center;background:#e9f2e9;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #e0f5dd;gap:2rem}.student-profile__avatar{width:4rem;height:4rem;border-radius:50%;border:2px solid #ADCCAF;object-fit:cover}.student-profile__header-info{flex:1;display:flex;flex-direction:column;justify-content:center}.student-profile__name{font-size:2.4rem;color:#132611;font-weight:700}.student-profile__role{font-size:1.4rem;color:#526652;margin-top:.3rem}.student-profile__edit-btn{background:#2e7d32;color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1.6rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .2s;height:3.2rem}.student-profile__edit-btn:hover{background:#1b5e20}.student-profile__edit-icon{width:1.5rem;height:1.5rem}.student-profile__section{background:#fff;border:1px solid #ADCCAF;border-radius:16px;margin-bottom:2rem;padding:2rem 2rem 1.5rem}.student-profile__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.student-profile__section-title{font-size:2rem;color:#2e7d32;font-weight:600}.student-profile__section-edit-btn{background:none;border:none;color:#2e7d32;font-size:1.4rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:background .2s}.student-profile__section-edit-btn:hover{background:#d1f7cd}.student-profile__details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 4rem}.student-profile__grid-full{grid-column:1 / -1}.student-profile__label{font-size:1.2rem;color:#526652;margin-bottom:.2rem}.student-profile__value{font-size:1.6rem;color:#132611;font-weight:500;word-break:break-word}.student-profile__delete-row{display:flex;justify-content:center;margin:2rem 0}.student-profile__delete-btn{border:1.5px solid #2E7D32;background:#fff;color:#2e7d32;border-radius:8px;padding:1rem 3rem;font-size:1.6rem;cursor:pointer;transition:background .2s,color .2s,border .2s;font-weight:600}.student-profile__delete-btn:hover{background:#e0f5dd;color:#1b5e20;border-color:#1b5e20}@media (max-width: 768px){.student-profile__container{width:90vw;padding:1rem 0 0}.student-profile__header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 1.2rem}.student-profile__section{padding:1.2rem 1.2rem 1rem}.student-profile__name{font-size:1.8rem}.student-profile__section-title{font-size:1.6rem}.student-profile__value{font-size:1.4rem}.student-profile__details-grid{grid-template-columns:1fr;gap:1.5rem 0}}@media (max-width: 480px){.student-profile__container{width:90vw;padding:.5rem 0 0}.student-profile__header{padding:1rem .5rem}.student-profile__section{padding:.8rem .5rem .6rem}.student-profile__name,.student-profile__section-title,.student-profile__value{font-size:1.2rem}.student-profile__delete-btn{padding:.8rem 1.2rem;font-size:1.2rem}}.student-container{width:85vw;max-width:1440px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#132611;background-color:#f5faf5}.student-back-button button{background:none;border:none;font-size:20px;color:#526652;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;margin-bottom:2rem;transition:color .2s ease}.student-back-button button:hover{color:#2e7d32}.student-header{margin-bottom:2.5rem}.student-title{font-size:38px;font-weight:600;margin:0;color:#132611}.student-year{color:#526652;font-size:20px;margin:.5rem 0 0}.student-form-layout{display:flex;flex-wrap:wrap;gap:2rem}.student-column{flex:1;min-width:300px;display:flex;flex-direction:column;margin-bottom:1.5rem}.student-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #00000014;margin-bottom:2rem;border:1px solid #ADCCAF;transition:box-shadow .3s ease}.student-card:hover{box-shadow:0 6px 16px #0000001f}.student-section-title{font-size:32px;font-weight:600;margin-top:0;margin-bottom:2rem;color:#132611}.student-form-group{margin-bottom:1.75rem}.student-form-row{display:flex;gap:1.5rem;margin-bottom:1.75rem}.student-form-group.half{flex:1}.student-input{width:100%;padding:.875rem;border:1px solid #ADCCAF;border-radius:8px;font-size:24px;background-color:#fff;transition:all .2s ease}.student-input:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3233}.student-input:hover{border-color:#2e7d32}select.student-input{font-size:18px;padding:.5rem .875rem;height:auto;-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='6'%3E%3Cpath d='M0 0h12L6 6z' fill='%23526652'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}.student-phone-input{display:flex}.student-country-code{min-width:80px}.student-country-code select{width:100%;height:100%;padding:.875rem;border:1px solid #ADCCAF;border-right:none;border-radius:8px 0 0 8px;background-color:#e9f2e9;font-size:18px;color:#132611;-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='6'%3E%3Cpath d='M0 0h12L6 6z' fill='%23526652'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;transition:all .2s ease}.student-country-code select:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3233}.student-phone-field{flex-grow:1;padding:.875rem;border:1px solid #ADCCAF;border-radius:0 8px 8px 0;font-size:24px;transition:all .2s ease}.student-phone-field:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3233}.student-radio-group{display:flex;gap:2.5rem;flex-wrap:wrap}.student-radio{display:flex;align-items:center;cursor:pointer;position:relative;padding-left:36px;margin-right:15px;font-size:20px;-webkit-user-select:none;user-select:none}.student-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.student-radio-mark{position:absolute;top:0;left:0;height:24px;width:24px;background-color:#fff;border:2px solid #ADCCAF;border-radius:50%;transition:all .2s ease}.student-radio:hover input~.student-radio-mark{border-color:#2e7d32;background-color:#d1f7cd}.student-radio input:checked~.student-radio-mark{border-color:#2e7d32}.student-radio-mark:after{content:"";position:absolute;display:none;top:4px;left:4px;width:12px;height:12px;border-radius:50%;background:#2e7d32}.student-radio input:checked~.student-radio-mark:after{display:block}.student-button-container{display:flex;justify-content:center;margin-top:3rem}.student-finish-button{background-color:#2e7d32;color:#fff;border:none;width:40%;border-radius:8px;padding:1rem 4rem;font-size:24px;font-weight:500;cursor:pointer;transition:background-color .3s,transform .2s;box-shadow:0 4px 6px #0000001a}.student-finish-button:hover{background-color:#1b5e20;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.student-finish-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.student-error{color:#d32f2f;font-size:14px;margin-top:.5rem;display:block}.student-error-message{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:8px;color:#d32f2f;padding:1rem;margin-bottom:1.5rem;font-size:16px}.student-finish-button:disabled{background-color:#b0bec5;cursor:not-allowed;transform:none;box-shadow:none}.student-success-message{background-color:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;color:#2e7d32;padding:1rem;margin-bottom:1.5rem;font-size:16px;text-align:center}.student-input:user-invalid{border-color:#d32f2f;background-color:#fff8f8}@media (max-width: 768px){.student-container{width:90vw}.student-title{font-size:28px}.student-section-title{font-size:24px;margin-bottom:1.5rem}.student-year,label{font-size:16px}.student-input,.student-phone-field,.student-finish-button{font-size:18px}.student-radio{font-size:16px}.student-form-layout{flex-direction:column}.student-card{padding:1.5rem;margin-bottom:1.5rem}.student-radio-group{gap:1.5rem}.student-finish-button{width:60%}}@media (max-width: 480px){.student-container{width:90vw;padding:1rem .5rem}.student-title{font-size:18px}.student-section-title{font-size:16px;margin-bottom:1.25rem}.student-year{font-size:12px}label{font-size:12px;margin-bottom:.5rem}.student-input,.student-phone-field,.student-finish-button{font-size:14px;padding:.75rem}.student-radio{font-size:12px;padding-left:24px}.student-radio-mark{height:18px;width:18px}.student-radio-mark:after{top:3px;left:3px;width:8px;height:8px}.student-form-row{flex-direction:column;gap:1rem}.student-card{padding:1.25rem;margin-bottom:1.25rem}.student-form-group{margin-bottom:1.25rem}.student-button-container{margin-top:2rem}.student-finish-button{padding:.75rem 2.5rem;width:100%}}.back-button{display:flex;align-items:center;gap:8px;color:#2e7d32;text-decoration:underline;font-size:22px;font-weight:400;transition:all .3s ease;margin:32px 0}.back-icon{display:flex;align-items:center;justify-content:center;transform:rotate(45deg);transition:transform .3s ease}.back-icon img{width:32px;height:32px}.back-icon.rotated{transform:rotate(0)}.camp-container{width:85vw;max-width:1440px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#132611;background-color:#f5faf5}.camp-back-button button{background:none;border:none;font-size:20px;color:#526652;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;margin-bottom:2rem;transition:color .2s ease}.camp-back-button button:hover{color:#2e7d32}.camp-header{margin-bottom:2.5rem}.camp-title{font-size:38px;font-weight:600;margin:0;color:#132611}.camp-year{color:#526652;font-size:20px;margin:.5rem 0 0}.camp-form-layout{display:flex;flex-direction:column;gap:2rem}.camp-card{background:#f5faf5;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #00000014;margin-bottom:2rem;border:1px solid #ADCCAF;transition:box-shadow .3s ease}.camp-card:hover{box-shadow:0 6px 16px #0000001f}.camp-section-title{font-size:32px;font-weight:600;margin-top:0;margin-bottom:2rem;color:#132611}.camp-form-group{margin-bottom:1.75rem}.camp-form-row{display:flex;gap:1.5rem;margin-bottom:1.75rem}.camp-form-group.half{flex:1}.camp-input{width:100%;padding:.875rem;border:1px solid #ADCCAF;border-radius:8px;font-size:24px;background-color:#fff;transition:all .2s ease}.camp-input:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3233}.camp-input:hover{border-color:#2e7d32}.camp-file-input{width:100%;padding:.875rem;border:1px solid #ADCCAF;border-radius:8px;font-size:18px;background-color:#fff;transition:all .2s ease}.camp-file-input:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3233}.camp-image-preview{margin-top:1rem;max-width:100%;border-radius:8px;overflow:hidden;border:1px solid #ADCCAF}.camp-image-preview img{width:100%;max-height:300px;object-fit:cover}.camp-button-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.camp-finish-button{background-color:#2e7d32;color:#fff;border:none;width:40%;border-radius:8px;padding:1rem 4rem;font-size:24px;font-weight:500;cursor:pointer;transition:background-color .3s,transform .2s;box-shadow:0 4px 6px #0000001a}.camp-finish-button:hover{background-color:#1b5e20;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.camp-finish-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.camp-error{color:#d32f2f;font-size:14px;margin-top:.5rem;display:block}.camp-error-message{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:8px;color:#d32f2f;padding:1rem;margin-bottom:1.5rem;font-size:16px}.camp-finish-button:disabled{background-color:#b0bec5;cursor:not-allowed;transform:none;box-shadow:none}.camp-success-message{background-color:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;color:#2e7d32;padding:1rem;margin-bottom:1.5rem;font-size:16px;text-align:center}@media (max-width: 768px){.camp-container{width:90vw}.camp-title{font-size:28px}.camp-section-title{font-size:24px;margin-bottom:1.5rem}.camp-year,label{font-size:16px}.camp-input,.camp-finish-button{font-size:18px}.camp-card{padding:1.5rem;margin-bottom:1.5rem}.camp-finish-button{width:60%}}@media (max-width: 480px){.camp-container{width:90vw;padding:1rem .5rem}.camp-title{font-size:18px}.camp-section-title{font-size:16px;margin-bottom:1.25rem}.camp-year{font-size:12px}label{font-size:12px;margin-bottom:.5rem}.camp-input,.camp-finish-button{font-size:14px;padding:.75rem}.camp-form-row{flex-direction:column;gap:1rem}.camp-card{padding:1.25rem;margin-bottom:1.25rem}.camp-form-group{margin-bottom:1.25rem}.camp-button-container{margin-top:2rem}.camp-finish-button{padding:.75rem 2.5rem;width:100%}}.gallery-container{width:85vw;max-width:1440px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#132611;background-color:#f5faf5}.gallery-back-button button{background:none;border:none;font-size:20px;color:#526652;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;margin-bottom:2rem;transition:color .2s ease}.gallery-back-button button:hover{color:#2e7d32}.gallery-header{margin-bottom:2.5rem}.gallery-title{font-size:38px;font-weight:600;margin:0;color:#132611}.gallery-year{color:#526652;font-size:20px;margin:.5rem 0 0}.gallery-form-layout{display:flex;flex-direction:column;gap:2rem}.gallery-card{background:#f5faf5;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #00000014;margin-bottom:2rem;border:1px solid #ADCCAF;transition:box-shadow .3s ease}.gallery-card:hover{box-shadow:0 6px 16px #0000001f}.gallery-section-title{font-size:32px;font-weight:600;margin-top:0;margin-bottom:2rem;color:#132611}.gallery-form-group{margin-bottom:1.75rem}.gallery-form-row{display:flex;gap:1.5rem;margin-bottom:1.75rem}.gallery-form-group.half{flex:1}label{display:block;margin-bottom:.75rem;font-size:20px;color:#526652;font-weight:500}.gallery-input,.gallery-file-input,select.gallery-input{width:100%;height:60px;padding:0 .875rem;border:1px solid #ADCCAF;border-radius:8px;font-size:18px;background-color:#fff;transition:all .2s ease;line-height:1.5;box-sizing:border-box}textarea.gallery-input{height:auto;padding:.875rem;min-height:120px;resize:vertical}.gallery-input:focus,.gallery-file-input:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3233}.gallery-input:hover,.gallery-file-input:hover{border-color:#2e7d32}.gallery-images-preview-container{margin-top:2rem}.gallery-preview-title{font-size:24px;margin-bottom:1rem;color:#132611}.gallery-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.gallery-image-preview-item{position:relative;border-radius:8px;overflow:hidden;border:1px solid #ADCCAF;height:200px}.gallery-image-preview-item img{width:100%;height:100%;object-fit:cover}.gallery-remove-image-btn{position:absolute;top:8px;right:8px;background-color:#0009;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:background-color .2s}.gallery-remove-image-btn:hover{background-color:#000c}.gallery-images-count{margin-top:.5rem;font-size:16px;color:#526652}.gallery-button-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.gallery-finish-button{background-color:#2e7d32;color:#fff;border:none;width:40%;border-radius:8px;padding:1rem 4rem;font-size:24px;font-weight:500;cursor:pointer;transition:background-color .3s,transform .2s;box-shadow:0 4px 6px #0000001a;height:60px;display:flex;align-items:center;justify-content:center}.gallery-finish-button:hover{background-color:#1b5e20;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.gallery-finish-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.gallery-error{color:#d32f2f;font-size:14px;margin-top:.5rem;display:block}.gallery-error-message{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:8px;color:#d32f2f;padding:1rem;margin-bottom:1.5rem;font-size:16px}.gallery-finish-button:disabled{background-color:#b0bec5;cursor:not-allowed;transform:none;box-shadow:none}.gallery-success-message{background-color:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;color:#2e7d32;padding:1rem;margin-bottom:1.5rem;font-size:16px;text-align:center}@media (max-width: 768px){.gallery-container{width:90vw}.gallery-title{font-size:28px}.gallery-section-title{font-size:24px;margin-bottom:1.5rem}.gallery-year,label{font-size:16px}.gallery-input,.gallery-file-input,.gallery-finish-button{font-size:18px;height:50px}.gallery-card{padding:1.5rem;margin-bottom:1.5rem}.gallery-finish-button{width:60%}.gallery-form-row{flex-direction:column;gap:1rem}.gallery-images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width: 480px){.gallery-container{width:90vw;padding:1rem .5rem}.gallery-title{font-size:18px}.gallery-section-title{font-size:16px;margin-bottom:1.25rem}.gallery-year{font-size:12px}label{font-size:12px;margin-bottom:.5rem}.gallery-input,.gallery-file-input,.gallery-finish-button{font-size:14px;height:45px;padding:0 .75rem}.gallery-card{padding:1.25rem;margin-bottom:1.25rem}.gallery-form-group{margin-bottom:1.25rem}.gallery-button-container{margin-top:2rem}.gallery-finish-button{padding:.75rem 2.5rem;width:100%}.gallery-images-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.gallery-image-preview-item{height:120px}}.slot-coordinators-page{min-height:100vh;background-color:#f5faf5;padding:2rem 0}.slot-coordinators-container{width:85vw;max-width:1440px;margin:0 auto}.slot-coordinators-header{margin-bottom:2rem}.slot-coordinators-page-main-heading{font-size:38px;font-weight:700;color:#132611;margin-bottom:.5rem;line-height:1.2}.slot-coordinators-page-description{font-size:20px;color:#526652;margin:0;line-height:1.5}.slot-coordinators-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #E9F2E9;border-top:3px solid #2E7D32;border-radius:50%;animation:spin 1s linear infinite}.loading-text{font-size:18px;color:#526652;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.access-denied-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;gap:1.5rem}.access-denied-icon{width:80px;height:80px;opacity:.6}.access-denied-title{font-size:28px;font-weight:600;color:#132611;margin:0}.access-denied-message{font-size:18px;color:#526652;margin:0;max-width:500px;line-height:1.6}.approval-tabs-container{margin-bottom:2rem}.approval-tabs{display:flex;gap:.5rem;border-bottom:2px solid #ADCCAF}.approval-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;border-radius:8px 8px 0 0;font-size:16px;font-weight:500;color:#526652;cursor:pointer;transition:all .3s ease;position:relative}.approval-tab:hover{background-color:#d1f7cd;color:#2e7d32}.approval-tab.active{background-color:#e9f2e9;color:#2e7d32;border-bottom:2px solid #2E7D32}.tab-icon{width:20px;height:20px}.approval-content{min-height:400px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;gap:1rem}.empty-state-icon{width:64px;height:64px;opacity:.5}.empty-state-title{font-size:24px;font-weight:600;color:#132611;margin:0}.empty-state-message{font-size:16px;color:#526652;margin:0;max-width:400px;line-height:1.5}.requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.request-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #ADCCAF;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.request-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.pending-card{border-left:4px solid #ff9800}.approved-card{border-left:4px solid #2E7D32}.rejected-card{border-left:4px solid #d32f2f}.request-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:48px;height:48px;border-radius:50%;background-color:#e9f2e9;padding:8px}.user-details{display:flex;flex-direction:column;gap:.25rem}.user-name{font-size:18px;font-weight:600;color:#132611;margin:0}.user-email{font-size:14px;color:#526652;margin:0}.request-status{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.pending-status{background-color:#fff3e0;color:#f57c00}.approved-status{background-color:#e9f2e9;color:#2e7d32}.rejected-status{background-color:#ffebee;color:#d32f2f}.status-icon{width:16px;height:16px}.status-text{font-size:12px}.request-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.detail-label{font-size:14px;font-weight:500;color:#526652;min-width:120px;flex-shrink:0}.detail-value{font-size:14px;color:#132611;font-weight:500;text-align:right}.role-badge{background-color:#e9f2e9;color:#2e7d32;padding:.25rem .5rem;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.message-row{flex-direction:column;align-items:flex-start;gap:.5rem}.detail-message{font-size:14px;color:#132611;margin:0;line-height:1.5;background-color:#f5faf5;padding:.75rem;border-radius:8px;width:100%;box-sizing:border-box}.request-actions{display:flex;gap:.75rem}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1;justify-content:center}.action-btn:disabled{opacity:.6;cursor:not-allowed}.approve-btn{background-color:#2e7d32;color:#fff}.approve-btn:hover:not(:disabled){background-color:#1b5e20;transform:translateY(-1px)}.reject-btn{background-color:#d32f2f;color:#fff}.reject-btn:hover:not(:disabled){background-color:#b71c1c;transform:translateY(-1px)}.action-icon{width:16px;height:16px}.slot-coordinators-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.slot-coordinators-modal-container{background:#f5faf5;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.slot-coordinators-modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #ADCCAF}.slot-coordinators-modal-title{font-size:28px;font-weight:600;color:#132611;margin:0 0 .5rem}.slot-coordinators-modal-subtitle{font-size:16px;color:#526652;margin:0}.slot-coordinators-modal-content{padding:2rem}.slot-coordinators-camps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.slot-coordinators-camp-card{background:#fff;border:2px solid #ADCCAF;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:flex-start}.slot-coordinators-camp-card:hover{border-color:#2e7d32;box-shadow:0 4px 12px #2e7d321a}.slot-coordinators-camp-selected{border-color:#2e7d32;background-color:#e9f2e9}.slot-coordinators-camp-info{flex:1}.slot-coordinators-camp-title{font-size:18px;font-weight:600;color:#132611;margin:0 0 .5rem}.slot-coordinators-camp-location,.slot-coordinators-camp-year{font-size:14px;color:#526652;margin:0 0 .25rem}.slot-coordinators-camp-students{font-size:12px;color:#2e7d32;font-weight:500;margin:0}.slot-coordinators-camp-checkbox{width:24px;height:24px;border:2px solid #ADCCAF;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-left:1rem;flex-shrink:0}.slot-coordinators-camp-selected .slot-coordinators-camp-checkbox{border-color:#2e7d32;background-color:#2e7d32}.slot-coordinators-check-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.slot-coordinators-comments-section{margin-top:2rem}.slot-coordinators-comments-label{display:block;font-size:16px;font-weight:500;color:#132611;margin-bottom:.5rem}.slot-coordinators-comments-textarea{width:100%;padding:.75rem;border:2px solid #ADCCAF;border-radius:8px;font-size:14px;color:#132611;background:#fff;resize:vertical;font-family:inherit}.slot-coordinators-comments-textarea:focus{outline:none;border-color:#2e7d32}.slot-coordinators-modal-actions{padding:1rem 2rem 2rem;display:flex;gap:1rem;justify-content:flex-end;border-top:1px solid #ADCCAF}.slot-coordinators-modal-cancel-button{padding:.75rem 1.5rem;border:2px solid #ADCCAF;border-radius:8px;background:#fff;color:#526652;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.slot-coordinators-modal-cancel-button:hover{border-color:#2e7d32;color:#2e7d32}.slot-coordinators-modal-approve-button{padding:.75rem 1.5rem;border:none;border-radius:8px;background:#2e7d32;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.slot-coordinators-modal-approve-button:hover:not(:disabled){background:#1b5e20}.slot-coordinators-modal-approve-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.slot-coordinators-container{width:90vw}.page-main-heading{font-size:28px}.page-description{font-size:16px}.requests-grid{grid-template-columns:1fr;gap:1rem}.request-card{padding:1rem}.request-card-header{flex-direction:column;gap:1rem;align-items:flex-start}.detail-row{flex-direction:column;gap:.25rem}.detail-value{text-align:left}.approval-tab{padding:.75rem 1rem;font-size:14px}.slot-coordinators-modal-container{margin:1rem;max-height:calc(100vh - 2rem)}.slot-coordinators-camps-grid{grid-template-columns:1fr}.slot-coordinators-modal-actions{flex-direction:column}.slot-coordinators-modal-cancel-button,.slot-coordinators-modal-approve-button{width:100%;justify-content:center}}@media (max-width: 480px){.slot-coordinators-container{width:90vw}.page-main-heading{font-size:18px}.page-description{font-size:12px}.user-name{font-size:16px}.user-email{font-size:12px}.action-btn{padding:.5rem .75rem;font-size:12px}}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f8f9fa;padding:20px}.login-container{width:100%;max-width:450px;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:40px}.login-heading{font-size:24px;color:#333;margin-bottom:30px;font-weight:600;text-align:center}.login-form,.form-group{margin-bottom:20px}.forgot-password{text-align:right;margin-bottom:20px}.forgot-password a{color:#2e7d32;font-size:14px;text-decoration:none}.forgot-password a:hover{text-decoration:underline}.login-button{width:100%;height:50px;background-color:#2e7d32;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .3s;margin-top:10px}.login-button:hover{background-color:#1b5e20}.login-button:disabled{background-color:#a5d6a7;cursor:not-allowed}.login-footer{text-align:center;margin-top:20px;font-size:14px;color:#666}.login-footer a{color:#2e7d32;text-decoration:none;font-weight:500}.login-footer a:hover{text-decoration:underline}@media (max-width: 768px){.login-container{padding:30px 20px}.login-button{height:45px;font-size:16px}}.register-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f8f9fa;padding:20px}.register-container{width:100%;max-width:650px;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:40px}.register-heading{font-size:24px;color:#333;margin-bottom:30px;font-weight:600;text-align:center}.form-section{margin-bottom:30px}.form-section h3{font-size:20px;color:#2e7d32;margin-bottom:20px;font-weight:500}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:10px;font-size:16px;color:#555;font-weight:500}.form-group input{width:100%;height:48px;padding:10px 15px;font-size:16px;border:1px solid #d9e2dc;border-radius:8px;background-color:#f8f9fa;transition:border-color .3s,box-shadow .3s}.form-group input:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d3233}.phone-input{display:flex;align-items:center}.country-code{display:flex;align-items:center;justify-content:center;height:48px;padding:0 15px;background-color:#f8f9fa;border:1px solid #d9e2dc;border-right:none;border-radius:8px 0 0 8px;color:#333;font-weight:500}.phone-input input{border-radius:0 8px 8px 0}.form-actions{margin-top:30px}.register-button{width:100%;height:50px;background-color:#2e7d32;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .3s}.register-button:hover{background-color:#1b5e20}.register-button:disabled{background-color:#a5d6a7;cursor:not-allowed}.success-message{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;padding:12px;margin-bottom:20px;text-align:center;font-size:14px}.error-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;padding:12px;margin-bottom:20px;text-align:center;font-size:14px}.register-footer{margin-top:20px;text-align:center;font-size:14px;color:#666}.register-footer a{color:#2e7d32;text-decoration:none;font-weight:500}.register-footer a:hover{text-decoration:underline}@media (max-width: 768px){.register-container{padding:30px 20px}.form-group{margin-bottom:15px}.register-button{height:45px;font-size:16px}}.custom-dropdown{position:relative;width:100%}.dropdown-header{display:flex;justify-content:space-between;align-items:center;width:100%;height:48px;padding:10px 15px;font-size:16px;border:1px solid #d9e2dc;border-radius:8px;background-color:#f8f9fa;cursor:pointer;transition:border-color .3s,box-shadow .3s}.dropdown-header:hover{border-color:#2e7d32}.dropdown-arrow{margin-left:10px;transition:transform .3s}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background-color:#fff;border:1px solid #d9e2dc;border-radius:0 0 8px 8px;box-shadow:0 4px 8px #0000001a;z-index:10}.dropdown-item{padding:10px 15px;cursor:pointer;transition:background-color .2s}.dropdown-item:hover{background-color:#f1f8f2;color:#2e7d32}
