*,:before,:after{box-sizing:border-box}html:focus-within{scroll-behavior:smooth}html,body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin:0}img,picture,svg,video,canvas{max-width:100%;height:auto}:focus-visible{outline-offset:2px;outline:2px solid #3a86ff}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}@keyframes slowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;gap:3rem;min-height:calc(100vh - 200px);padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.auth-background{opacity:.9;z-index:5;pointer-events:none;justify-content:center;align-items:center;display:flex;position:relative}.auth-background img{object-fit:contain;filter:drop-shadow(0 10px 30px #0000004d);width:350px;height:350px;animation:20s linear infinite slowRotate}@media (max-width:968px){.auth-container{flex-direction:column;gap:1.5rem}.auth-background img{width:200px;height:200px}}@media (max-width:768px){.auth-background img{width:150px;height:150px}}@media (max-width:500px){.auth-background{display:none}}[data-theme=dark] .auth-container{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.auth-card{z-index:10;background:#fff;border-radius:12px;width:100%;max-width:450px;padding:2.5rem;position:relative;box-shadow:0 20px 60px #0000004d}[data-theme=dark] .auth-card{color:#e0e0e0;background:#2a2a3e}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{color:#333;margin-bottom:.5rem;font-size:2rem}[data-theme=dark] .auth-header h1{color:#f0f0f0}.auth-header p{color:#666;font-size:.95rem}[data-theme=dark] .auth-header p{color:#a0a0a0}.auth-error{color:#c33;background:#fee;border:1px solid #fcc;border-radius:6px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}[data-theme=dark] .auth-error{color:#ff6b6b;background:#4a1f1f;border-color:#7a3333}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#444;font-size:.9rem;font-weight:600}[data-theme=dark] .form-group label{color:#d0d0d0}.form-group input{background:#fff;border:2px solid #ddd;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}[data-theme=dark] .form-group input{color:#e0e0e0;background:#1a1a2e;border-color:#444}.form-group input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}[data-theme=dark] .form-group input:focus{border-color:#8b9fea;box-shadow:0 0 0 3px #8b9fea33}.auth-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;margin-top:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-back-button{color:#667eea;cursor:pointer;background:0 0;border:none;margin-bottom:1rem;padding:.5rem 0;font-size:.9rem;font-weight:600;transition:color .2s}[data-theme=dark] .auth-back-button{color:#8b9fea}.auth-back-button:hover{color:#764ba2;text-decoration:underline}[data-theme=dark] .auth-back-button:hover{color:#b0c4ff}.auth-google-button{color:#333;cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-top:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}[data-theme=dark] .auth-google-button{color:#e0e0e0;background:#3a3a4e;border-color:#555}.auth-google-button:hover:not(:disabled){background:#f5f5f5;border-color:#667eea;box-shadow:0 4px 12px #667eea33}[data-theme=dark] .auth-google-button:hover:not(:disabled){background:#4a4a5e;border-color:#8b9fea}.auth-google-button:disabled{opacity:.6;cursor:not-allowed}.auth-divider{text-align:center;color:#999;margin:1.5rem 0;font-size:.85rem;font-weight:600;position:relative}[data-theme=dark] .auth-divider{color:#777}.auth-divider:before,.auth-divider:after{content:"";background:#ddd;width:30%;height:1px;position:absolute;top:50%}[data-theme=dark] .auth-divider:before,[data-theme=dark] .auth-divider:after{background:#555}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-footer{text-align:center;border-top:1px solid #eee;margin-top:1.5rem;padding-top:1.5rem}[data-theme=dark] .auth-footer{border-top-color:#444}.auth-footer p{color:#666;margin:.5rem 0;font-size:.9rem}[data-theme=dark] .auth-footer p{color:#a0a0a0}.auth-back-link{margin-top:1rem!important;font-size:.85rem!important}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}[data-theme=dark] .auth-footer a{color:#8b9fea}@media (max-width:500px){.auth-card{padding:2rem 1.5rem}.auth-header h1{font-size:1.75rem}}.chapter-request-form{background:#fff;border-radius:8px;margin-top:1rem;padding:2rem;box-shadow:0 2px 8px #0000001a}.chapter-request-form h2{color:#333;margin-bottom:.5rem}.chapter-request-form .form-description{color:#666;margin-bottom:1.5rem;line-height:1.5}.chapter-request-status{background:#f8f9fa;border-radius:8px;margin-top:1rem;padding:2rem}.pending-badge{background:#fff;border-left:4px solid #ffc107;border-radius:8px;padding:1.5rem}.pending-badge h3{color:#333;margin-bottom:1rem}.pending-badge p{color:#555;margin:.5rem 0}.text-muted{color:#999;font-size:.9rem}.chapter-request-manager{max-width:1400px;margin:0 auto;padding:2rem}.chapter-request-manager h1{color:#333;margin-bottom:1.5rem}.filter-tabs{border-bottom:2px solid #e0e0e0;gap:.5rem;margin-bottom:2rem;display:flex}.filter-btn{cursor:pointer;color:#666;background:0 0;border:none;border-bottom:3px solid #0000;padding:.75rem 1.5rem;font-size:1rem;transition:all .3s}.filter-btn:hover{color:#333;background:#f5f5f5}.filter-btn.active{color:#007bff;border-bottom-color:#007bff;font-weight:600}.request-container{grid-template-columns:1fr 2fr;gap:2rem;margin-top:2rem;display:grid}.requests-list{background:#fff;border-radius:8px;max-height:70vh;padding:1.5rem;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.requests-list h2{color:#333;margin-bottom:1rem;font-size:1.2rem}.requests-list ul{margin:0;padding:0;list-style:none}.request-item{cursor:pointer;border:2px solid #e0e0e0;border-radius:6px;margin-bottom:.75rem;padding:1rem;transition:all .2s}.request-item:hover{border-color:#007bff;transform:translate(5px)}.request-item.selected{background:#e7f3ff;border-color:#007bff}.request-item.status-pending{border-left:4px solid #ffc107}.request-item.status-approved{border-left:4px solid #28a745}.request-item.status-rejected{border-left:4px solid #dc3545}.request-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.status-badge{border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.status-badge.status-pending{color:#856404;background:#fff3cd}.status-badge.status-approved{color:#155724;background:#d4edda}.status-badge.status-rejected{color:#721c24;background:#f8d7da}.request-meta p{margin:.25rem 0;font-size:.9rem}.request-details{background:#fff;border-radius:8px;max-height:70vh;padding:2rem;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.request-details h2{color:#333;border-bottom:2px solid #e0e0e0;margin-bottom:1.5rem;padding-bottom:.5rem}.detail-section{margin-bottom:1.5rem}.detail-section h3{color:#007bff;margin-bottom:.75rem}.detail-section h4{color:#555;margin-bottom:.5rem;font-size:1rem}.detail-section p{color:#666;margin:.5rem 0;line-height:1.6}.review-notes{background:#f8f9fa;border-left:4px solid #6c757d;border-radius:6px;padding:1rem}.action-section{border-top:2px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.action-section h4{color:#333;margin-bottom:1rem}.action-buttons{gap:1rem;margin-top:1rem;display:flex}.btn-approve{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-approve:hover:not(:disabled){background:#218838;transform:translateY(-2px);box-shadow:0 4px 8px #28a7454d}.btn-reject{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-reject:hover:not(:disabled){background:#c82333;transform:translateY(-2px);box-shadow:0 4px 8px #dc35454d}.btn-approve:disabled,.btn-reject:disabled{opacity:.5;cursor:not-allowed}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.form-group textarea{resize:vertical;font-family:inherit}.btn-submit{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;width:100%;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-submit:hover:not(:disabled){background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 8px #007bff4d}.btn-submit:disabled{opacity:.5;cursor:not-allowed}.message{border-radius:6px;margin-bottom:1.5rem;padding:1rem}.message-success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.message-error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}@media (max-width:1024px){.request-container{grid-template-columns:1fr}.requests-list,.request-details{max-height:none}}@media (max-width:768px){.chapter-request-manager{padding:1rem}.filter-tabs{flex-wrap:nowrap;overflow-x:auto}.action-buttons{flex-direction:column}.btn-approve,.btn-reject{width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.dashboard-container{background:linear-gradient(135deg,#f5f7fa 0%,#e8eef5 100%);min-height:100vh;padding-bottom:2rem}[data-theme=dark] .dashboard-container{color:#e0e0e0;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.dashboard-loading{color:#666;justify-content:center;align-items:center;min-height:60vh;font-size:1.2rem;animation:1.5s ease-in-out infinite pulse;display:flex}.dashboard-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);margin-bottom:2rem;padding:3rem 2rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #667eea33}.dashboard-header:before{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff0d 50%,#0000 70%);animation:3s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}[data-theme=dark] .dashboard-header{background:linear-gradient(135deg,#2a2a4e 0%,#3a2a5a 100%);box-shadow:0 4px 20px #2a2a4e66}.dashboard-welcome{z-index:1;position:relative}.dashboard-welcome h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:700;animation:.6s ease-out fadeIn}.dashboard-welcome p{opacity:.95;font-size:1.1rem;animation:.6s ease-out .2s backwards fadeIn}.dashboard-content{grid-template-columns:280px 1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.dashboard-sidebar{background:#fff;border:1px solid #0000000d;border-radius:16px;height:fit-content;padding:1.5rem;transition:all .3s;animation:.5s ease-out slideInLeft;position:sticky;top:2rem;box-shadow:0 4px 20px #00000014}.dashboard-sidebar:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}[data-theme=dark] .dashboard-sidebar{background:#2a2a3e;border-color:#ffffff0d}.sidebar-section{margin-bottom:2rem;animation:.5s ease-out fadeIn}.sidebar-section:last-child{margin-bottom:0}.sidebar-section h3{color:#667eea;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;padding-bottom:.5rem;font-size:.85rem;font-weight:700;position:relative}.sidebar-section h3:after{content:"";background:linear-gradient(90deg,#667eea,#0000);width:30px;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.sidebar-section:hover h3:after{width:50px}[data-theme=dark] .sidebar-section h3{color:#8b9aed}.no-teams{color:#999;text-align:center;background:#f8f9fa;border-radius:8px;padding:1rem;font-size:.9rem;font-style:italic}[data-theme=dark] .no-teams{background:#1a1a2e}.team-list{flex-direction:column;gap:.5rem;display:flex}.team-item{cursor:pointer;text-align:left;background:#f8f9fa;border:2px solid #0000;border-radius:10px;padding:.85rem 1.1rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.team-item:before{content:"";background:linear-gradient(#667eea,#764ba2);width:3px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.team-item:hover:before{transform:scaleY(1)}[data-theme=dark] .team-item{color:#e0e0e0;background:#1a1a2e}.team-item:hover{background:linear-gradient(135deg,#e9ecef 0%,#f8f9fa 100%);border-color:#667eea;transform:translate(4px);box-shadow:0 4px 12px #667eea26}[data-theme=dark] .team-item:hover{background:linear-gradient(135deg,#252542 0%,#2a2a3e 100%);border-color:#8b9fea}.team-item.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;transform:translate(4px);box-shadow:0 4px 15px #667eea4d}.team-item.active:before{transform:scaleY(1)}[data-theme=dark] .team-item.active{background:linear-gradient(135deg,#5568d3 0%,#6a4ba2 100%);border-color:#5568d3}.dashboard-main{background:#fff;border:1px solid #0000000d;border-radius:16px;min-height:500px;padding:2rem;animation:.5s ease-out slideInRight;box-shadow:0 4px 20px #00000014}[data-theme=dark] .dashboard-main{background:#2a2a3e;border-color:#ffffff0d}.dashboard-tabs{scrollbar-width:thin;border-bottom:2px solid #e8eef5;gap:.5rem;margin-bottom:2rem;display:flex;overflow-x:auto}.dashboard-tabs::-webkit-scrollbar{height:4px}.dashboard-tabs::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}[data-theme=dark] .dashboard-tabs{border-bottom-color:#3a3a5a}.tab{cursor:pointer;color:#666;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.tab:after{content:"";background:linear-gradient(90deg,#667eea,#764ba2);width:0;height:3px;transition:width .3s;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}[data-theme=dark] .tab{color:#a0a0a0}.tab:hover:not(:disabled){color:#667eea;background:#667eea0d;border-radius:8px 8px 0 0}.tab:hover:not(:disabled):after{width:80%}.tab.active{color:#667eea;background:linear-gradient(#667eea14 0%,#0000 100%);border-bottom-color:#0000}.tab.active:after{width:100%}[data-theme=dark] .tab.active{color:#8b9fea}.tab:disabled{opacity:.4;cursor:not-allowed}.tab:disabled:hover{background:0 0}.tab-content{animation:.4s ease-out fadeIn}.metrics-summary h2{color:#333;margin-bottom:2rem;font-size:1.8rem;font-weight:700}[data-theme=dark] .metrics-summary h2{color:#f0f0f0}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.summary-card{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;align-items:center;gap:1.5rem;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.5s ease-out fadeIn;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #667eea40}.summary-card:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:20s linear infinite rotate;position:absolute;top:-50%;right:-50%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .summary-card{background:linear-gradient(135deg,#3a3a5e 0%,#4a3a6a 100%)}.card-icon{z-index:1;font-size:3rem;animation:2s ease-in-out infinite pulse;position:relative}.card-content{z-index:1;flex:1;position:relative}.card-content h3{margin-bottom:.25rem;font-size:2.25rem;font-weight:700}.card-content p{opacity:.9;font-size:.9rem}.metrics-history h3{color:#333;margin-bottom:1rem}[data-theme=dark] .metrics-history h3{color:#f0f0f0}.empty-message{color:#999;text-align:center;padding:2rem;font-style:italic}.empty-state{text-align:center;color:#999;padding:4rem 2rem}.empty-state h3{margin-bottom:.5rem;font-size:1.5rem}.metrics-table-wrapper{overflow-x:auto}.metrics-table{border-collapse:collapse;width:100%;font-size:.9rem}.metrics-table th,.metrics-table td{text-align:left;border-bottom:1px solid #eee;padding:.75rem}[data-theme=dark] .metrics-table th,[data-theme=dark] .metrics-table td{border-bottom-color:#444}.metrics-table th{color:#666;background:#f8f9fa;font-weight:600}[data-theme=dark] .metrics-table th{color:#a0a0a0;background:#1a1a2e}.metrics-table td{color:#333}[data-theme=dark] .metrics-table td{color:#d0d0d0}.btn-delete{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;padding:.4rem .8rem;font-size:.85rem;transition:background .2s}.btn-delete:hover{background:#c82333}.metrics-input h2{color:#333;margin-bottom:.5rem}[data-theme=dark] .metrics-input h2{color:#f0f0f0}.metrics-description{color:#666;margin-bottom:2rem}[data-theme=dark] .metrics-description{color:#a0a0a0}.message{border-left:4px solid;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;font-weight:500;animation:.4s ease-out slideInRight;display:flex;box-shadow:0 4px 12px #0000001a}.message:before{content:"";font-size:1.5rem}.message.success{color:#155724;background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);border-left-color:#28a745}.message.success:before{content:"✓";color:#28a745}[data-theme=dark] .message.success{color:#7fd99a;background:linear-gradient(135deg,#1f4a2c 0%,#2d6a3f 100%);border-left-color:#7fd99a}.message.error{color:#721c24;background:linear-gradient(135deg,#f8d7da 0%,#f5c6cb 100%);border-left-color:#dc3545}.message.error:before{content:"✕";color:#dc3545}[data-theme=dark] .message.error{color:#ff6b6b;background:linear-gradient(135deg,#4a1f1f 0%,#7a3333 100%);border-left-color:#ff6b6b}.metrics-form{flex-direction:column;gap:1.5rem;display:flex}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field.full-width{grid-column:1/-1}.field-hint{color:#999;margin-top:.25rem;font-size:.85rem;font-weight:400;display:block}[data-theme=dark] .field-hint{color:#777}.form-field input,.form-field textarea,.form-field select,.currency-select{background:#fff;border:2px solid #e8eef5;border-radius:10px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .form-field input,[data-theme=dark] .form-field textarea,[data-theme=dark] .form-field select,[data-theme=dark] .currency-select{color:#e0e0e0;background:#1a1a2e;border-color:#3a3a5a}.form-field input:hover,.form-field textarea:hover,.form-field select:hover,.currency-select:hover{border-color:#b8c4ea}.form-field input:focus,.form-field textarea:focus,.form-field select:focus,.currency-select:focus{border-color:#667eea;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #667eea1a}[data-theme=dark] .form-field input:focus,[data-theme=dark] .form-field textarea:focus,[data-theme=dark] .form-field select:focus,[data-theme=dark] .currency-select:focus{box-shadow:0 0 0 4px #8b9aed26}.currency-input{gap:.5rem;display:flex}.currency-input input{flex:1}.currency-select{width:100px}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;align-self:flex-start;padding:1.1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #667eea4d}.submit-button:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.submit-button:hover:before{width:300px;height:300px}.submit-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 30px #667eea66}.submit-button:active:not(:disabled){transform:translateY(-1px)}.submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.team-management h2,.chapter-management h2{color:#333;margin-bottom:2rem;font-size:1.8rem;font-weight:700}[data-theme=dark] .team-management h2,[data-theme=dark] .chapter-management h2{color:#f0f0f0}.team-actions,.chapter-actions{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.action-card{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid #e8eef5;border-radius:16px;padding:2rem;transition:all .3s;animation:.5s ease-out fadeIn;box-shadow:0 4px 15px #0000000d}.action-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 25px #667eea26}[data-theme=dark] .action-card{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}[data-theme=dark] .action-card:hover{border-color:#8b9fea}.action-card h3{color:#333;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.2rem;font-weight:700;display:flex}.action-card h3:before{content:"●";color:#667eea;font-size:.8rem}[data-theme=dark] .action-card h3{color:#f0f0f0}.action-card form{flex-direction:column;gap:1rem;display:flex}.action-card input,.action-card textarea{background:#fff;border:2px solid #e8eef5;border-radius:10px;width:100%;padding:.875rem 1rem;font-size:.95rem;transition:all .3s}[data-theme=dark] .action-card input,[data-theme=dark] .action-card textarea{color:#e0e0e0;background:#2a2a3e;border-color:#3a3a5a}.action-card input:focus,.action-card textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 4px #667eea1a}.action-card button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;padding:.875rem 1.75rem;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #667eea40}.action-card button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea59}.action-card button:active:not(:disabled){transform:translateY(0)}.action-card button:disabled{opacity:.5;cursor:not-allowed;transform:none}.team-details h3,.chapter-details h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}[data-theme=dark] .team-details h3,[data-theme=dark] .chapter-details h3{color:#f0f0f0}.team-selector,.chapter-selector{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;animation:.5s ease-out fadeIn;display:flex}.team-btn,.chapter-btn{cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid #e8eef5;border-radius:12px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.team-btn:before,.chapter-btn:before{content:"";opacity:0;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.team-btn:hover:before,.chapter-btn:hover:before{opacity:1}.team-btn:hover,.chapter-btn:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 6px 20px #667eea33}.team-btn.active,.chapter-btn.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}[data-theme=dark] .team-btn,[data-theme=dark] .chapter-btn{color:#e0e0e0;background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}[data-theme=dark] .team-btn:hover,[data-theme=dark] .chapter-btn:hover{border-color:#8b9fea}[data-theme=dark] .team-btn.active,[data-theme=dark] .chapter-btn.active{background:linear-gradient(135deg,#5568d3 0%,#6a4ba2 100%);border-color:#5568d3}.team-id{color:#999;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-left:3px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:.5rem 1rem;font-family:Courier New,monospace;font-size:.85rem;animation:.5s ease-out slideInLeft}[data-theme=dark] .team-id{color:#999;background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-left-color:#8b9fea}.members-list h4{color:#333;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700;position:relative}.members-list h4:after{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:0}[data-theme=dark] .members-list h4{color:#f0f0f0}.members-table{border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;width:100%;font-size:.9rem;animation:.6s ease-out fadeIn;overflow:hidden;box-shadow:0 2px 8px #0000000d}[data-theme=dark] .members-table{background:#1a1a2e;box-shadow:0 2px 8px #0000004d}.members-table th,.members-table td{text-align:left;border-bottom:1px solid #eee;padding:1rem .75rem;transition:all .3s}[data-theme=dark] .members-table th,[data-theme=dark] .members-table td{border-bottom-color:#2a2a4a}.members-table th{color:#666;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);font-size:.75rem;font-weight:700}[data-theme=dark] .members-table th{color:#a0a0a0;background:linear-gradient(135deg,#252542 0%,#2a2a4a 100%)}.members-table tbody tr{transition:all .3s cubic-bezier(.4,0,.2,1)}.members-table tbody tr:hover{background:linear-gradient(135deg,#667eea0d 0%,#764ba20d 100%);transform:translate(4px)}[data-theme=dark] .members-table tbody tr:hover{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%)}.members-table td{color:#333}[data-theme=dark] .members-table td{color:#d0d0d0}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:700;animation:.5s ease-out fadeIn;display:inline-block;position:relative;overflow:hidden}.status-badge:before{content:"";border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse;position:absolute;top:50%;left:8px}.status-badge.approved{color:#155724;background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);box-shadow:0 2px 8px #15572433}.status-badge.approved:before{background:#155724}.status-badge.pending{color:#856404;background:linear-gradient(135deg,#fff3cd 0%,#ffeaa7 100%);box-shadow:0 2px 8px #85640433}.status-badge.pending:before{background:#856404}.status-badge.rejected{color:#721c24;background:linear-gradient(135deg,#f8d7da 0%,#f5c6cb 100%);box-shadow:0 2px 8px #721c2433}.status-badge.rejected:before{background:#721c24}[data-theme=dark] .status-badge.approved{color:#7fd99a;background:linear-gradient(135deg,#1f4a2c 0%,#2a5f3a 100%);box-shadow:0 2px 8px #7fd99a33}[data-theme=dark] .status-badge.pending{color:#ffd666;background:linear-gradient(135deg,#4a3f1f 0%,#5a4f2a 100%);box-shadow:0 2px 8px #ffd66633}[data-theme=dark] .status-badge.rejected{color:#ff6b6b;background:linear-gradient(135deg,#4a1f1f 0%,#5a2a2a 100%);box-shadow:0 2px 8px #ff6b6b33}.actions{gap:.75rem;animation:.6s ease-out fadeIn;display:flex}.actions button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:10px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.actions button:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .5s,height .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.actions button:hover:before{width:300px;height:300px}.actions button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.actions button:active{transform:translateY(0)}.btn-approve{color:#fff;background:linear-gradient(135deg,#28a745 0%,#20c997 100%);box-shadow:0 4px 15px #28a7454d}.btn-approve:hover{box-shadow:0 6px 20px #28a74566}[data-theme=dark] .btn-approve{background:linear-gradient(135deg,#20a745 0%,#18b987 100%)}.btn-reject{color:#333;background:linear-gradient(135deg,#ffc107 0%,#ffb300 100%);box-shadow:0 4px 15px #ffc1074d}.btn-reject:hover{box-shadow:0 6px 20px #ffc10766}[data-theme=dark] .btn-reject{background:linear-gradient(135deg,#f0b000 0%,#e8a600 100%)}.btn-remove{color:#fff;background:linear-gradient(135deg,#dc3545 0%,#c82333 100%);box-shadow:0 4px 15px #dc35454d}.btn-remove:hover{box-shadow:0 6px 20px #dc354566}[data-theme=dark] .btn-remove{background:linear-gradient(135deg,#cc2535 0%,#b81323 100%)}.chapter-management{padding:1rem;animation:.6s ease-out fadeIn}.chapter-actions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.chapter-info{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e8eef5;border-radius:16px;margin-bottom:2rem;padding:2rem;animation:.5s ease-out slideInLeft;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.chapter-info:before{content:"";background:linear-gradient(#667eea 0%,#764ba2 100%);width:4px;height:100%;position:absolute;top:0;left:0}[data-theme=dark] .chapter-info{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}.chapter-info .location{color:#666;margin:.5rem 0;font-size:.95rem;font-weight:600}[data-theme=dark] .chapter-info .location{color:#a0a0a0}.chapter-info .description{color:#333;margin:.75rem 0;line-height:1.6}[data-theme=dark] .chapter-info .description{color:#e0e0e0}.chapter-info .chapter-id{color:#999;background:#667eea0d;border-radius:8px;margin-top:1rem;padding:.5rem 1rem;font-family:Courier New,monospace;font-size:.85rem;display:inline-block}[data-theme=dark] .chapter-info .chapter-id{background:#667eea1a}.chapter-teams{margin-bottom:2rem;animation:.7s ease-out fadeIn}.teams-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.team-card{cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e8eef5;border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out fadeIn;position:relative;overflow:hidden}.team-card:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);width:100%;height:3px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.team-card:hover:before{transform:scaleX(1)}.team-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 30px #667eea26}[data-theme=dark] .team-card{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}[data-theme=dark] .team-card:hover{border-color:#8b9fea;box-shadow:0 8px 30px #667eea40}.team-card h5{color:#333;margin:0 0 .75rem;font-size:1.1rem;font-weight:700}[data-theme=dark] .team-card h5{color:#e0e0e0}.team-card .team-id{color:#999;font-family:Courier New,monospace;font-size:.8rem}.no-chapters-message{text-align:center;background:linear-gradient(135deg,#fff3cd 0%,#ffeaa7 100%);border:2px solid #ffc107;border-radius:16px;padding:2rem;animation:.5s ease-out slideInRight;box-shadow:0 4px 15px #ffc10733}[data-theme=dark] .no-chapters-message{background:linear-gradient(135deg,#3a3020 0%,#4a3f2a 100%);border-color:#8a7020}.chapter-selector-section{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e8eef5;border-radius:16px;margin-bottom:2rem;padding:1.5rem;animation:.6s ease-out fadeIn;box-shadow:0 2px 12px #0000000d}[data-theme=dark] .chapter-selector-section{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}.financial-tracker{padding:1rem;animation:.6s ease-out fadeIn}.tracker-header{justify-content:space-between;align-items:center;margin-bottom:2rem;animation:.5s ease-out slideInLeft;display:flex}.financial-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.summary-card{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-radius:16px;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out fadeIn;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.summary-card:before{content:"";background:linear-gradient(#667eea 0%,#764ba2 100%);width:4px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.summary-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.summary-card:hover:before{width:8px}[data-theme=dark] .summary-card{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);box-shadow:0 4px 20px #0000004d}.summary-card.income:before{background:linear-gradient(#28a745 0%,#20c997 100%)}.summary-card.expense:before{background:linear-gradient(#dc3545 0%,#c82333 100%)}.summary-card.balance:before{background:linear-gradient(#667eea 0%,#764ba2 100%)}.summary-card.balance.positive:before{background:linear-gradient(#28a745 0%,#20c997 100%)}.summary-card.balance.negative:before{background:linear-gradient(#dc3545 0%,#c82333 100%)}.summary-card h4{color:#666;text-transform:uppercase;letter-spacing:1px;margin:0 0 .75rem;font-size:.85rem;font-weight:700}[data-theme=dark] .summary-card h4{color:#a0a0a0}.summary-card .amount{color:#333;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.2rem;font-weight:800}.summary-card.income .amount{background:linear-gradient(135deg,#28a745 0%,#20c997 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.summary-card.expense .amount{background:linear-gradient(135deg,#dc3545 0%,#c82333 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.transaction-form{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e8eef5;border-radius:16px;margin-bottom:2rem;padding:2rem;animation:.5s ease-out slideInRight;box-shadow:0 4px 20px #00000014}[data-theme=dark] .transaction-form{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}.transaction-form h4{color:#333;margin-bottom:1.5rem;font-weight:700}[data-theme=dark] .transaction-form h4{color:#f0f0f0}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.transactions-list{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e8eef5;border-radius:16px;padding:2rem;animation:.7s ease-out fadeIn;box-shadow:0 4px 20px #00000014}[data-theme=dark] .transactions-list{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}.transactions-table{border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;width:100%;margin-top:1.5rem;overflow:hidden;box-shadow:0 2px 8px #0000000d}[data-theme=dark] .transactions-table{background:#1a1a2e}.transactions-table th,.transactions-table td{text-align:left;border-bottom:1px solid #e0e0e0;padding:1rem .75rem;transition:all .3s}[data-theme=dark] .transactions-table th,[data-theme=dark] .transactions-table td{border-bottom-color:#2a2a4a}.transactions-table th{text-transform:uppercase;letter-spacing:1px;color:#666;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);font-size:.85rem;font-weight:700}[data-theme=dark] .transactions-table th{color:#a0a0a0;background:linear-gradient(135deg,#252542 0%,#2a2a4a 100%)}.transactions-table tbody tr{transition:all .3s cubic-bezier(.4,0,.2,1)}.transactions-table tbody tr:hover{background:linear-gradient(135deg,#667eea0d 0%,#764ba20d 100%);transform:translate(4px)}[data-theme=dark] .transactions-table tbody tr:hover{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%)}.transactions-table .amount.income{color:#28a745;font-size:1.05rem;font-weight:700}.transactions-table .amount.expense{color:#dc3545;font-size:1.05rem;font-weight:700}.type-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.type-badge.income{color:#155724;background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);box-shadow:0 2px 8px #15572433}.type-badge.expense{color:#721c24;background:linear-gradient(135deg,#f8d7da 0%,#f5c6cb 100%);box-shadow:0 2px 8px #721c2433}[data-theme=dark] .type-badge.income{color:#7fd99a;background:linear-gradient(135deg,#1f4a2c 0%,#2a5f3a 100%)}[data-theme=dark] .type-badge.expense{color:#ff6b6b;background:linear-gradient(135deg,#4a1f1f 0%,#5a2a2a 100%)}.btn-delete{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc3545 0%,#c82333 100%);border:none;border-radius:10px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #dc35454d}.btn-delete:hover{background:linear-gradient(135deg,#c82333 0%,#b01323 100%);transform:translateY(-2px);box-shadow:0 6px 20px #dc354566}.btn-delete:active{transform:translateY(0)}.chapter-dashboard{padding:1rem;animation:.6s ease-out fadeIn}.chapter-overview,.financial-overview,.impact-metrics,.team-breakdown{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e8eef5;border-radius:16px;margin-bottom:2rem;padding:2rem;animation:.5s ease-out slideInLeft;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.chapter-overview:before,.financial-overview:before,.impact-metrics:before,.team-breakdown:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);width:100%;height:4px;position:absolute;top:0;left:0}[data-theme=dark] .chapter-overview,[data-theme=dark] .financial-overview,[data-theme=dark] .impact-metrics,[data-theme=dark] .team-breakdown{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.stat-card{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #e8eef5;border-radius:12px;padding:1.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out fadeIn;position:relative;overflow:hidden}.stat-card:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);width:100%;height:2px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.stat-card:hover:before{transform:scaleX(1)}.stat-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 25px #667eea26}[data-theme=dark] .stat-card{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}.stat-card h5{color:#666;text-transform:uppercase;letter-spacing:1px;margin:0 0 .75rem;font-size:.85rem;font-weight:700}[data-theme=dark] .stat-card h5{color:#a0a0a0}.stat-value{color:#667eea;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.2rem;font-weight:800}.financial-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.financial-card{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-left:4px solid;border-radius:12px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out fadeIn}.financial-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}[data-theme=dark] .financial-card{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%)}.financial-card.income{border-left-color:#28a745}.financial-card.expense{border-left-color:#dc3545}.financial-card.balance{border-left-color:#667eea}.financial-card.positive{border-left-color:#28a745}.financial-card.negative{border-left-color:#dc3545}.financial-card h5{color:#666;text-transform:uppercase;letter-spacing:1px;margin:0 0 .75rem;font-size:.85rem;font-weight:700}[data-theme=dark] .financial-card h5{color:#a0a0a0}.financial-card .amount{color:#333;margin:0;font-size:1.9rem;font-weight:800}[data-theme=dark] .financial-card .amount{color:#e0e0e0}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.metric-card{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #e8eef5;border-radius:12px;padding:1.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out fadeIn}.metric-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 25px #667eea1f}[data-theme=dark] .metric-card{background:linear-gradient(135deg,#1a1a2e 0%,#252542 100%);border-color:#3a3a5a}.metric-card h5{color:#666;text-transform:uppercase;letter-spacing:1px;margin:0 0 .75rem;font-size:.8rem;font-weight:700}[data-theme=dark] .metric-card h5{color:#a0a0a0}.metric-value{color:#667eea;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:800}.teams-table-container{border-radius:12px;margin-top:1.5rem;overflow-x:auto;box-shadow:0 2px 8px #0000000d}.teams-stats-table{border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;width:100%;overflow:hidden}[data-theme=dark] .teams-stats-table{background:#1a1a2e}.teams-stats-table th,.teams-stats-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e0e0e0;padding:1rem .75rem;transition:all .3s}[data-theme=dark] .teams-stats-table th,[data-theme=dark] .teams-stats-table td{border-bottom-color:#2a2a4a}.teams-stats-table th{text-transform:uppercase;letter-spacing:1px;color:#666;z-index:10;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);font-size:.85rem;font-weight:700;position:sticky;top:0}[data-theme=dark] .teams-stats-table th{color:#a0a0a0;background:linear-gradient(135deg,#252542 0%,#2a2a4a 100%)}.teams-stats-table tbody tr{transition:all .3s cubic-bezier(.4,0,.2,1)}.teams-stats-table tbody tr:hover{background:linear-gradient(135deg,#667eea0d 0%,#764ba20d 100%);transform:translate(4px)}[data-theme=dark] .teams-stats-table tbody tr:hover{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%)}.teams-stats-table .income{color:#28a745;font-size:1.05rem;font-weight:700}.teams-stats-table .expense{color:#dc3545;font-size:1.05rem;font-weight:700}.teams-stats-table .positive{color:#28a745;font-size:1.05rem;font-weight:700}.teams-stats-table .negative{color:#dc3545;font-size:1.05rem;font-weight:700}.no-teams-message,.no-data{text-align:center;color:#999;background:linear-gradient(135deg,#667eea0d 0%,#764ba20d 100%);border:2px dashed #e8eef5;border-radius:12px;padding:2.5rem;font-style:italic;animation:.6s ease-out fadeIn}[data-theme=dark] .no-teams-message,[data-theme=dark] .no-data{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-color:#3a3a5a}.btn-primary{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;padding:.85rem 1.75rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #667eea4d}.btn-primary:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .5s,height .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-primary:hover:before{width:300px;height:300px}.btn-primary:hover{background:linear-gradient(135deg,#5568d3 0%,#6a4ba2 100%);transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#6c757d 0%,#5a6268 100%);border:none;border-radius:12px;padding:.85rem 1.75rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #6c757d4d}.btn-secondary:hover{background:linear-gradient(135deg,#5a6268 0%,#4a5258 100%);transform:translateY(-2px);box-shadow:0 6px 20px #6c757d66}.btn-secondary:active{transform:translateY(0)}.form-actions{gap:1rem;margin-top:1.5rem;animation:.6s ease-out fadeIn;display:flex}@media (max-width:1024px){.dashboard-content{grid-template-columns:1fr}.dashboard-sidebar{position:static}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.financial-summary,.financial-grid{grid-template-columns:1fr}.teams-table-container{overflow-x:scroll}}@media (max-width:768px){.dashboard-header{padding:2rem 1rem}.dashboard-welcome h1{font-size:2rem}.dashboard-content{padding:0 1rem}.dashboard-main{padding:1.5rem}.form-grid,.team-actions,.chapter-actions{grid-template-columns:1fr}.action-card form{flex-direction:column}.metrics-table-wrapper{overflow-x:scroll}.tracker-header{flex-direction:column;align-items:stretch;gap:1rem}.form-row{grid-template-columns:1fr}}:root{--bg:#fbfdff;--accent:#b7dcf6;--accent-2:#9ecbe9;--brand:#0b1b24;--lego-yellow:#f0c22b;--lego-red:#d23a3a;--lego-green:#4caf50}*{box-sizing:border-box}html,body{background:var(--bg);height:100%;color:var(--brand);margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 20px}h1{font-size:clamp(28px,6vw,44px)}h2{font-size:clamp(20px,4.2vw,32px)}h3{font-size:clamp(16px,3.5vw,22px)}.site-header{background:var(--accent);border-bottom:6px solid var(--accent-2);position:relative}.nav-row{justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.brand{letter-spacing:1px;color:#1a3a52;font-size:22px;font-weight:900}.brand span{color:#2079bd}.brand-link{align-items:center;gap:10px;display:inline-flex}.brand-logo{border-radius:6px;width:28px;height:28px;display:block}.brand-text{line-height:1}.main-nav a{color:#183b4b;margin-left:18px;font-weight:600}.main-nav{align-items:center;display:flex;position:relative}.menu-toggle{cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 6px;display:none}.menu-toggle:focus-visible{outline-offset:2px;outline:2px solid #234e62}.menu-toggle .bar{background:#183b4b;border-radius:2px;width:22px;height:2px;margin:4px 0;display:block}.mobile-nav-panel{border-bottom:6px solid var(--accent-2);background:#fff;box-shadow:0 10px 24px #0b1b281f}.mobile-nav-panel ul{gap:8px;margin:0;padding:10px 16px 16px;list-style:none;display:grid}.mobile-nav-panel a{color:#183b4b;border-radius:10px;padding:10px 12px;font-weight:700;display:block}.mobile-nav-panel a:hover{background:#f2f7fb}.mobile-nav-panel details{padding:6px 0 0}.mobile-nav-panel summary{cursor:pointer;color:#183b4b;border-radius:10px;padding:10px 12px;font-weight:800}.mobile-nav-panel summary:hover{background:#f2f7fb}.mobile-nav-panel details ul{padding-left:16px}[data-theme=dark] .mobile-nav-panel{background:#2a2a3e;border-bottom-color:#3a3a5e}[data-theme=dark] .mobile-nav-panel a{color:#e0e0e0}[data-theme=dark] .mobile-nav-panel a:hover{background:#e0e0e01a}[data-theme=dark] .mobile-nav-panel summary{color:#e0e0e0}[data-theme=dark] .mobile-nav-panel summary:hover{background:#e0e0e01a}.nav-dropdown-trigger{color:#183b4b;font-weight:600;font-size:inherit;cursor:pointer;background:0 0;border:none;margin-left:18px;padding:0}.nav-dropdown{z-index:20;background:#fff;border-radius:10px;min-width:180px;margin-top:10px;padding:8px;list-style:none;position:absolute;top:100%;left:0;box-shadow:0 10px 24px #0b1b281f}.nav-dropdown li a{border-radius:8px;padding:10px 12px;display:block}.nav-dropdown li a:hover{background:#f2f7fb}.studs{align-items:center;gap:8px;margin-left:12px;display:none}.stud{background:var(--lego-yellow);border-radius:50%;width:18px;height:18px;box-shadow:inset -3px -3px #00000014,0 2px #0000000f}.hero{padding:36px 0}.hero-inner{align-items:center;gap:28px;display:flex}.hero-text{flex:1;min-width:240px;max-width:640px}.hero-text h1{color:var(--brand);margin:0 0 10px;font-size:clamp(28px,6vw,44px);font-weight:800;line-height:1.04}.subtitle{color:#475f6a;margin-top:6px;font-size:15px}.hero-cta{gap:12px;margin-top:14px;display:flex}.hero-image{text-align:center;flex:0 0 320px;position:relative}.hero-image img{filter:drop-shadow(0 14px 26px #0f19231a);z-index:1;width:min(320px,90%);position:relative;transform:translateY(-6px)}.hero-image:before{content:"";z-index:0;opacity:.9;pointer-events:none;background:url(/assets/images/robotbackground.png) 50%/contain no-repeat;position:absolute;inset:-10px -20px -30px}.lego-btn{background:var(--lego-red);color:#fff;border-radius:10px;padding:12px 20px;font-weight:800;display:inline-block;position:relative}.lego-btn:before{content:"";background:#ffffff1f;border-radius:50%;width:18px;height:18px;position:absolute;top:-10px;left:10px;box-shadow:inset -2px -2px #00000014}.ghost{background:0 0;border:2px solid #0000000f;border-radius:10px;align-self:center;padding:12px 18px;display:inline-block}.gallery{background:var(--bg);padding:44px 0}.gallery h2{text-align:center;color:var(--brand);margin-bottom:32px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;padding:20px 0;display:grid}.gallery-card{cursor:pointer;background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 12px #0b1b2814}.gallery-card:hover{box-shadow:0 8px 24px #0b1b2826}.gallery-card-image{background:var(--accent);width:100%;padding-top:66.67%;position:relative;overflow:hidden}.gallery-card-image img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.gallery-card-overlay{background:linear-gradient(#0000,#000000b3);justify-content:flex-end;padding:12px;display:flex;position:absolute;bottom:0;left:0;right:0}.image-count{color:#fff;background:#00000080;border-radius:20px;padding:4px 10px;font-size:13px;font-weight:600}.gallery-card-info{padding:16px}.gallery-card-info h3{color:var(--brand);margin:0 0 6px;font-size:18px}.gallery-card-info p{color:#0b1b28b3;margin:0;font-size:14px}.gallery-detail{padding:20px 0}.gallery-detail-header{border-bottom:2px solid var(--accent-2);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.gallery-detail-header h3{margin:0 0 4px;font-size:28px}.gallery-detail-header p{color:#0b1b28b3;margin:0;font-size:16px}.close-btn{background:var(--lego-red);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.close-btn:hover{background:#a82e2e;transform:translateY(-2px)}.gallery-detail-images{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.gallery-detail-images img{object-fit:cover;cursor:pointer;border-radius:8px;width:100%;height:200px;transition:all .2s}.gallery-detail-images img:hover{transform:scale(1.05);box-shadow:0 6px 20px #0b1b2826}.image-modal{z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.image-modal .close-btn{z-index:1001;position:absolute;top:20px;right:20px}.image-modal img{object-fit:contain;border-radius:8px;max-width:90%;max-height:90vh}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.gallery-detail-header{flex-direction:column;align-items:flex-start;gap:12px}.gallery-detail-images{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.gallery-detail-images img{height:150px}}.robofest-section{background:linear-gradient(180deg,var(--accent)0%,var(--accent-2)100%);color:var(--brand);border-radius:12px;margin:28px 0;padding:44px 0;box-shadow:0 8px 24px #0b1b280f}.robofest-section .container{padding:0 20px}.robofest-section h2{color:var(--brand);margin:0 0 8px}.robofest-desc{color:#0b1b28e6;max-width:760px;margin:0 0 10px}.robofest-ask{color:#0b1b28f2;margin-top:8px}.robofest-cta{margin-top:12px}.robofest-section .lego-btn{background:var(--lego-red);color:#fff}.robofest-header{align-items:center;gap:14px;margin-bottom:8px;display:flex}.robofest-badge{color:var(--brand);letter-spacing:.6px;background:#ffffff24;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.robofest-title{color:var(--brand);margin:0;font-size:28px;line-height:1.05}.robofest-highlights{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.robofest-highlights .chip{color:var(--brand);background:#ffffff1f;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700}.robofest-desc{margin-top:6px;font-size:16px}.location img{width:90px;height:auto;margin:6px auto;display:block}.location figcaption{color:#2b3b44;margin-top:6px;font-size:14px;font-weight:600}.chapters-section{padding:32px 0}.chapters-header{text-align:center;max-width:760px;margin:0 auto 18px}.eyebrow{letter-spacing:.5px;color:#1a3745;background:#0b1b240f;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800;display:inline-block}.chapters-subhead{color:#345466;margin:10px 0 0}.note{color:#3c5a6b;margin:6px 0 0;font-size:14px}.note.error{color:#c0392b}.chapters-loading{text-align:center;color:#456172;margin:18px 0}.chapters-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.chapter-card{background:#fff;border:2px solid #e9f2f9;border-radius:14px;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 8px 20px #0b1b280f}.chapter-card.open{border-color:var(--accent-2);box-shadow:0 10px 26px #0b1b281f}.chapter-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.chapter-location{color:#5b7686;margin:0 0 4px;font-size:13px}.chapter-desc{color:#3c5a6b;margin:6px 0;font-size:15px}.chapter-leads{color:#1f3a4c;margin:6px 0 0;font-weight:700}.chapter-leads span{color:#2c4e60;margin-right:6px}.chapter-admins{color:#345466;margin:4px 0 0;font-weight:600}.chapter-admins span{color:#2c4e60;margin-right:6px}.chapter-toggle{color:#fff;cursor:pointer;background:#0b1b24;border:none;border-radius:10px;align-self:flex-start;padding:10px 12px;font-weight:800}.chapter-toggle:hover{background:#183748}.chapter-teams{background:#f6fbff;border:1px solid #e3edf5;border-radius:12px;padding:12px}.teams-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.team-row{background:#fff;border:1px solid #e6eff6;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.team-name{color:#0f2f3f;margin:0;font-weight:700}.team-lead{color:#4b6676;margin:2px 0 0;font-size:14px}.team-creator{color:#4b6676;margin:2px 0 0;font-size:13px}.pill{background:var(--accent);color:#0b1b24;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;display:inline-block}.muted{color:#5b7686;margin:0}[data-theme=dark] .chapters-section{background:0 0}[data-theme=dark] .chapter-card{background:#1f2933;border-color:#2d3a46;box-shadow:0 8px 20px #00000059}[data-theme=dark] .chapter-card.open{border-color:#3f5a6c;box-shadow:0 12px 30px #00000073}[data-theme=dark] .chapter-teams{background:#192129;border-color:#2d3a46}[data-theme=dark] .team-row{background:#111720;border-color:#2d3a46}[data-theme=dark] .note,[data-theme=dark] .chapters-subhead,[data-theme=dark] .team-lead,[data-theme=dark] .chapter-desc,[data-theme=dark] .chapter-location,[data-theme=dark] .muted{color:#c9d6e3}.vision{background:linear-gradient(#eaf6fb 0%,#f7fbff 100%);padding:30px 0}.vision h2{text-align:center;margin:0 0 8px;font-size:32px}.vision-desc{text-align:center;color:#234f60;margin-bottom:18px}.bricks{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:start;gap:12px;display:grid}.brick{color:#fff;text-align:center;border-radius:12px;padding:20px 22px;font-weight:800;position:relative;box-shadow:0 8px 18px #0000000f}.brick span{margin-top:8px;font-weight:400;display:block}.brick:before{content:"";background:#0000000f;border-radius:50%;width:44px;height:44px;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.orange{background:#f08a2f}.aqua{color:#07363a;background:#64d3d6}.green{background:var(--lego-green)}.blue{background:#2b4fa6}.red{background:var(--lego-red)}.yellow{background:var(--lego-yellow);color:#111}.sponsors{padding:28px 0;position:relative}.sponsors h2{text-align:center;margin-bottom:14px}.sponsors-v2 .sponsor-box{background:#a9d0ef;border-radius:18px;max-width:980px;margin:0 auto;padding:24px;box-shadow:0 18px 28px #0b1b281a}.sponsors-v2 .sponsor-box .sponsor-logos{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:center;gap:16px 24px;width:100%;display:grid;position:static}.sponsors-v2 .sponsor-box .sponsor-logos .logo-item{justify-content:center;align-items:center;padding:6px;list-style:none;display:flex}.sponsors-v2 .sponsor-box .sponsor-logos img{width:auto;max-width:100%;max-height:72px}.sponsors-v2 .sponsor-box .sponsor-logos img.cluely{max-height:72px}.sponsors-v2 .sponsor-box .sponsor-logos img.aops{max-height:54px}.sponsors-v2 .sponsor-box .sponsor-logos img.xyz{max-height:80px}.sponsors-v2 .sponsor-box .sponsor-logos img.hackclub{max-height:62px}@media (max-width:900px){.sponsors-v2 .sponsor-box{padding:20px}.sponsors-v2 .sponsor-box .sponsor-logos{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:14px 18px}}@media (max-width:640px){.sponsors-v2 .sponsor-box{padding:16px}.sponsors-v2 .sponsor-box .sponsor-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}}.founders{padding:28px 0}.location-page .blue-hero{border-bottom:6px solid var(--accent-2);background:linear-gradient(#cfe8fb 0%,#eaf5ff 100%);margin-bottom:18px;padding:28px 0 18px}.crumbs{color:#2b3b44;font-size:14px}.crumbs a{text-decoration:underline}.school-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;padding:6px 0 22px;display:grid}.school-card{background:#fff;border-radius:12px;padding:14px;box-shadow:0 10px 20px #0b1b2814}.school-name{margin-bottom:6px;font-weight:800}.muted{color:#4b6572}.bubble-row{align-items:center;gap:12px;margin:12px 0 28px;display:flex}.mini-fig{width:62px}.speech-bubble{background:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 10px 18px #0b1b2814}.slideshow{background:#fff;border-radius:14px;width:100%;max-width:900px;margin:0 auto 18px;position:relative;overflow:hidden;box-shadow:0 16px 32px #0b1b281f}.slides{display:flex}.slide{background:#eaf5ff;justify-content:center;align-items:center;min-width:100%;height:clamp(220px,35vh,420px);display:flex}.slide img{object-fit:cover;width:100%;height:100%}.arrow{cursor:pointer;background:#ffffffdb;border:none;border-radius:50%;width:38px;height:38px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 16px #0b1b282e}.arrow.left{left:10px}.arrow.right{right:10px}.dots{gap:6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.dot{background:#ffffffb3;border-radius:50%;width:8px;height:8px}.dot.active{background:#fff;box-shadow:inset 0 0 0 2px #00000014}.location-page .blue-hero{border-bottom:6px solid var(--accent-2);background:linear-gradient(#a5c9ec 0%,#9dc3e8 100%);padding:36px 0 22px}.location-page .crumbs{color:#224054;margin:0 0 6px;font-size:13px}.location-page h1{margin:0;font-size:clamp(28px,6vw,44px);font-weight:800}.location-page h2{color:#1e313d;margin:8px 0 0;font-size:24px}.school-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:22px 0 10px;padding:0;list-style:none;display:grid}.school-card{background:#fffc;border-radius:16px;flex-direction:column;gap:8px;padding:18px;display:flex;box-shadow:0 10px 18px #09192714}.school-card .school-name{font-weight:700}.school-card .muted{color:#6a8190}.bubble-row{align-items:center;gap:18px;padding:26px 0 10px;display:flex}.mini-fig{width:110px;height:auto}.speech-bubble{color:#1f3642;background:#fff;border-radius:16px;max-width:520px;padding:16px 18px;box-shadow:0 8px 18px #0e1c281a}.founder-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start;gap:18px;display:grid}.founder{text-align:center;background:#fff;border-radius:12px;padding:14px;position:relative;overflow:visible;box-shadow:0 10px 20px #0712190f}.founder-image img{width:200px;max-width:72%;transform:translateY(-6px)}.founder h3{margin:8px 0;font-size:20px}.quote{color:#666;font-size:13px}.team-page .team-hero{padding:32px 0 20px}.team-hero .hero-inner{align-items:flex-end}.team-hero h1{margin:0;font-size:clamp(28px,6.5vw,44px);font-weight:800}.team-hero .team-cat img{filter:drop-shadow(0 10px 18px #0b1b281f);width:140px;max-width:100%}.team-section{padding:18px 0 10px}.team-section-title{color:#1f3a49;margin:14px 0;font-size:22px}.team-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:18px;display:grid}.member-card{text-align:center;background:#fff;border-radius:14px;padding:12px;box-shadow:0 10px 20px #09192714}.member-card .member-bg{object-fit:cover;border-radius:10px;width:100%;height:240px;margin:0 auto 8px;display:block}.member-name{font-weight:800}.member-role{color:#516a77;font-size:14px}.team-grid.board{grid-template-columns:repeat(12,1fr);gap:18px;margin-bottom:18px;display:grid}.team-grid.board .member-card{grid-column:span 4}.team-grid.board .member-card:nth-child(n+4){grid-column:span 3}.team-grid.chiefs{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:18px;display:grid}@media (min-width:860px){.team-grid.interns .member-card .member-bg{height:300px}}@media (max-width:900px){.team-grid.board{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.vision-page .blue-hero{border-bottom:6px solid var(--accent-2);background:linear-gradient(#a7cdee 0%,#cfe6fb 100%);margin-bottom:4px;padding:26px 0 14px}.vision-page .blue-hero h1{margin:0;font-size:clamp(28px,6vw,44px);font-weight:800}.vision-body{padding:8px 0 24px}.vision-row{grid-template-columns:minmax(260px,420px) minmax(0,640px);justify-content:center;align-items:center;gap:12px 28px;margin:12px 0 32px;display:grid}.vision-row.bottom{grid-template-columns:minmax(0,720px) minmax(220px,420px)}.fig-wrap{text-align:center}.fig-wrap img{filter:drop-shadow(0 16px 28px #0b1b2829);width:280px;max-width:100%}.speech-bubble.big,.speech-bubble.wide{color:#153645;background:#fff;border-radius:24px;max-width:640px;padding:22px 24px;box-shadow:0 16px 32px #0b1b281f}.speech-bubble.big p{margin:0;font-size:19px;line-height:1.55}.speech-bubble.wide p{margin:0;font-size:18px;line-height:1.6}@media (max-width:900px){.vision-row,.vision-row.bottom{grid-template-columns:1fr}.fig-wrap.left{order:-1}.fig-wrap img{width:220px}.speech-bubble.big,.speech-bubble.wide{max-width:none}}.site-footer{background:var(--accent);margin-top:20px;padding:20px 0}.footer-grid{grid-template-columns:1fr 1fr 1fr 1fr;align-items:start;gap:12px;display:grid}.brand-footer{font-weight:700}.brand-footer-row{align-items:center;gap:10px;display:flex}.brand-footer-logo{border-radius:6px;width:24px;height:24px;display:block}.site-footer h4{margin:0 0 8px}.site-footer ul{margin:0;padding:0;list-style:none}@media (max-width:900px){.hero-inner{text-align:center;flex-direction:column-reverse}.footer-grid{grid-template-columns:1fr 1fr}.main-nav{display:none}.menu-toggle{display:inline-flex}}@media (max-width:600px){.nav-row{flex-wrap:wrap}.main-nav{justify-content:center;width:100%;display:flex}.main-nav a{margin:0 9px}.hero-text h1{font-size:32px}.footer-grid{grid-template-columns:1fr}}.join-page .blue-hero{border-bottom:6px solid var(--accent-2);background:linear-gradient(#bcdcf5 0%,#d8ecfb 100%);margin-bottom:8px;padding:28px 0 16px}.join-page .blue-hero h1{margin:0;font-size:clamp(28px,6vw,44px);font-weight:800}.join-body{padding:16px 0 28px}[data-theme=dark] .join-page .blue-hero{color:#e0e0e0;background:linear-gradient(#2a2a4e 0%,#242438 100%);border-bottom-color:#3a3a5e}[data-theme=dark] .join-page .blue-hero h1{color:#e0e0e0}[data-theme=dark] .join-page .crumbs,[data-theme=dark] .join-page .crumbs a{color:#b0b0b0}[data-theme=dark] .join-page .crumbs a:hover{color:#e0e0e0}[data-theme=dark] .join-page .muted{color:#b0b0b0}[data-theme=dark] .join-page .section-title{color:#e0e0e0}[data-theme=dark] .join-page .section-subtitle{color:#b0b0b0}[data-theme=dark] .section-title{color:#e0e0e0}[data-theme=dark] .section-subtitle{color:#b0b0b0}[data-theme=dark] .role-card{color:#e0e0e0;background:#2a2a3e;box-shadow:0 10px 20px #0003}[data-theme=dark] .role-card h3{color:#e0e0e0}[data-theme=dark] .role-card .role-desc{color:#b0b0b0}[data-theme=dark] .role-bullets li{color:#e0e0e0;background:#e0e0e01a}[data-theme=dark] .interest-form{color:#e0e0e0;background:#2a2a3e;box-shadow:0 12px 24px #0003}[data-theme=dark] .form-field label{color:#e0e0e0}[data-theme=dark] .form-field input,[data-theme=dark] .form-field select,[data-theme=dark] .form-field textarea{color:#e0e0e0;background:#3a3a4e;border-color:#e0e0e01a}[data-theme=dark] .form-field input::placeholder,[data-theme=dark] .form-field select::placeholder,[data-theme=dark] .form-field textarea::placeholder{color:gray}[data-theme=dark] .contact-box{color:#e0e0e0;background:#2a2a3e;box-shadow:0 12px 24px #0003}[data-theme=dark] .contact-box h3{color:#e0e0e0}[data-theme=dark] .contact-list .label{color:#b0b0b0}[data-theme=dark] .actions button,[data-theme=dark] .interest-form button{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none}[data-theme=dark] .actions button:hover,[data-theme=dark] .interest-form button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea99}[data-theme=dark] .form-error{color:#f99;background:#3a2a2a;border-color:#5a3a3a}[data-theme=dark] .form-success{color:#9f9;background:#2a3a2a;border-color:#3a5a3a}.grid-2{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:20px;display:grid}.section-title{margin:4px 0 6px;font-size:22px;font-weight:800}.section-subtitle{color:#395665;margin:0 0 14px}.roles-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:18px;display:grid}.role-card{background:#fff;border-radius:14px;padding:14px;box-shadow:0 10px 20px #09192714}.role-card h3{margin:0 0 6px;font-size:18px}.role-card .role-desc{color:#466373;margin:0 0 8px;font-size:14px}.role-bullets{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.role-bullets li{color:#1e3b4a;background:#eef6fc;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.interest-form{background:#fff;border-radius:16px;padding:16px;box-shadow:0 12px 24px #0b1b2814}.interest-form .form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-field{flex-direction:column;gap:6px;margin:10px 0;display:flex}.form-field label{color:#183b4b;font-size:14px;font-weight:700}.form-field input,.form-field select,.form-field textarea{background:#fbfdff;border:2px solid #0000000f;border-radius:10px;padding:10px 12px;font-size:14px}.form-field textarea{resize:vertical}.actions{margin-top:8px}.form-error{color:#8a1f1f;background:#ffe7e7;border:1px solid #f1b5b5;border-radius:10px;padding:10px 12px;font-size:14px}.form-success{color:#1b6a3a;background:#e8f8ee;border:1px solid #b7e8ca;border-radius:10px;padding:10px 12px;font-size:14px}.contact-box{background:#fff;border-radius:16px;padding:16px;position:sticky;top:18px;box-shadow:0 12px 24px #0b1b2814}.contact-box h3{margin:0 0 8px}.contact-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.contact-list .label{color:#234b5d;font-size:13px;font-weight:700}@media (max-width:960px){.grid-2{grid-template-columns:1fr}.contact-box{position:static}}.sponsors-page .blue-hero{border-bottom:6px solid var(--accent-2);background:linear-gradient(#b7d6f3 0%,#d7ecfc 100%);margin-bottom:8px;padding:28px 0 16px}.sponsors-page .page-body{padding:16px 0 28px}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-bottom:18px;display:grid}.testimonial-card{background:#fff;border-radius:14px;padding:14px;box-shadow:0 10px 20px #09192714}.testimonial-card .person{align-items:center;gap:10px;margin-bottom:8px;display:flex}.testimonial-card .name{font-weight:800}.testimonial-card .role{color:#5b7280;font-size:13px}.testimonial-card .quote{color:#1f3947;margin:0;font-size:14px}.avatar-circle{color:#0c2b38;background:#c9e2f8;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex;box-shadow:inset -3px -3px #0000000f}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:6px 0;display:grid}.price-card{background:#fff;border-radius:16px;flex-direction:column;gap:10px;padding:16px;display:flex;box-shadow:0 12px 24px #0b1b2814}.pc-head .pc-title{font-weight:800}.pc-head .pc-note{color:#5c7281;font-size:13px}.pc-price{margin-top:4px;font-size:32px;font-weight:900}.pc-features{color:#254556;gap:6px;margin:0;padding:0;list-style:none;display:grid}.pc-features li:before{content:"✓ ";color:#1a7d3c;font-weight:800}.pc-cta{align-self:start;background:#0b1b24!important}.robofest-page .blue-hero{border-bottom:6px solid var(--accent-2);background:linear-gradient(#a9cdef 0%,#cfe5fb 100%);margin-bottom:12px;padding:28px 0 12px}.robofest-body{padding:8px 0 28px;position:relative}.robofest-banner{border-radius:16px;margin:6px 0 16px;overflow:hidden;box-shadow:0 16px 32px #0b1b281f}.robofest-banner img{object-fit:cover;width:100%;height:420px;display:block}.robofest-bubble{border-radius:28px;padding:22px 24px;position:relative}.robofest-bubble p{margin:0 0 6px;font-size:18px;line-height:1.55}.robofest-cta{color:#234e62;margin-top:6px;font-weight:700}.robofest-cta a{text-decoration:underline}.robofest-minifig{filter:drop-shadow(0 10px 20px #0b1b281f);width:140px;position:absolute;bottom:-14px;right:-14px;transform:rotate(-3deg)}[data-theme=dark]{--bg:#1a1a2e;--accent:#2a2a4e;--accent-2:#3a3a5e;--brand:#e0e0e0}[data-theme=dark] body{background:var(--bg);color:var(--brand)}[data-theme=dark] .site-header{background:var(--accent);border-bottom-color:var(--accent-2)}[data-theme=dark] .main-nav a,[data-theme=dark] .main-nav button,[data-theme=dark] .theme-toggle{color:#e0e0e0}[data-theme=dark] .hero{color:#e0e0e0;background:linear-gradient(#2a2a4e 0%,#1a1a2e 100%)}[data-theme=dark] .hero h1,[data-theme=dark] .hero .subtitle{color:#e0e0e0}[data-theme=dark] .hero-cta .lego-btn{background:var(--lego-red);color:#fff}[data-theme=dark] .hero-cta .ghost{color:#e0e0e0;border-color:#e0e0e033}[data-theme=dark] .hero-cta .ghost:hover{background:#e0e0e01a}[data-theme=dark] .section{background:var(--bg);color:var(--brand)}[data-theme=dark] .card,[data-theme=dark] .price-card,[data-theme=dark] .testimonial-card{color:#e0e0e0;background:#2a2a3e}[data-theme=dark] .location{color:#e0e0e0;box-shadow:none;background:0 0}[data-theme=dark] .location figcaption{color:#b0b0b0}[data-theme=dark] .vision{color:#e0e0e0;background:linear-gradient(#242436 0%,#1f1f2e 100%)}[data-theme=dark] .vision h2{color:#e0e0e0}[data-theme=dark] .vision-desc{color:#b0b0b0}[data-theme=dark] .brick{box-shadow:0 8px 18px #0000004d}[data-theme=dark] .sponsors-v2 .sponsor-box{color:#e0e0e0;background:#2a2a4e;box-shadow:0 18px 28px #0003}[data-theme=dark] .robofest-section{color:#e0e0e0;background:linear-gradient(#2a2a4e 0%,#242438 100%);border-color:#3a3a5e}[data-theme=dark] .robofest-section h2{color:#e0e0e0}[data-theme=dark] .robofest-desc{color:#b0b0b0}[data-theme=dark] .robofest-badge,[data-theme=dark] .robofest-highlights .chip{color:#e0e0e0;background:#e0e0e01a}[data-theme=dark] .location-page .blue-hero{color:#e0e0e0;background:linear-gradient(#2a2a4e 0%,#242438 100%);border-bottom-color:#3a3a5e}[data-theme=dark] .location-page .crumbs{color:#b0b0b0}[data-theme=dark] .location-page h1,[data-theme=dark] .location-page h2{color:#e0e0e0}[data-theme=dark] .school-card{color:#e0e0e0;background:#2a2a3e;box-shadow:0 10px 18px #0003}[data-theme=dark] .school-card .muted{color:#b0b0b0}[data-theme=dark] .school-name{color:#e0e0e0}[data-theme=dark] .speech-bubble{color:#e0e0e0;background:#2a2a3e;box-shadow:0 8px 18px #0003}[data-theme=dark] .speech-bubble.big,[data-theme=dark] .speech-bubble.wide{color:#e0e0e0;background:#2a2a3e;box-shadow:0 16px 32px #0000004d}[data-theme=dark] .slideshow{background:#2a2a3e;box-shadow:0 16px 32px #0000004d}[data-theme=dark] .slide{background:#242438}[data-theme=dark] .arrow{color:#e0e0e0;background:#404050e6;box-shadow:0 6px 16px #0000004d}[data-theme=dark] .founder{color:#e0e0e0;background:#2a2a3e;box-shadow:0 10px 20px #0003}[data-theme=dark] .founder-grid,[data-theme=dark] .founder h3{color:#e0e0e0}[data-theme=dark] .quote{color:#b0b0b0}[data-theme=dark] .team-page .team-hero{color:#e0e0e0;background:linear-gradient(#2a2a4e 0%,#1a1a2e 100%)}[data-theme=dark] .team-hero h1,[data-theme=dark] .team-section-title{color:#e0e0e0}[data-theme=dark] .member-card{color:#e0e0e0;background:#2a2a3e;box-shadow:0 10px 20px #0003}[data-theme=dark] .member-role{color:#b0b0b0}[data-theme=dark] .vision-page .blue-hero{color:#e0e0e0;background:linear-gradient(#2a2a4e 0%,#242438 100%);border-bottom-color:#3a3a5e}[data-theme=dark] .vision-page .blue-hero h1,[data-theme=dark] .vision-body{color:#e0e0e0}[data-theme=dark] .footer{color:#a0a0a0;background:#0a0a1a;border-top-color:#2a2a4e}[data-theme=dark] .footer a{color:#b0b0b0}[data-theme=dark] .footer a:hover{color:#e0e0e0}.theme-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:transform .2s;display:flex}.theme-toggle:hover{transform:scale(1.1)}.nav-btn{cursor:pointer;border:none;border-radius:8px;margin-left:10px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}.login-btn,.dashboard-btn{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.login-btn:hover,.dashboard-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.signout-btn{color:#333;background:#e0e0e0}[data-theme=dark] .login-btn,[data-theme=dark] .dashboard-btn{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}[data-theme=dark] .login-btn:hover,[data-theme=dark] .dashboard-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea99}[data-theme=dark] .nav-dropdown-trigger{color:#e0e0e0}[data-theme=dark] .nav-dropdown{background:#2a2a3e;box-shadow:0 10px 24px #0000004d}[data-theme=dark] .nav-dropdown li a{color:#e0e0e0}[data-theme=dark] .nav-dropdown li a:hover{color:#fff;background:#e0e0e01a}[data-theme=dark] .signout-btn{color:#e0e0e0;background:#444}.signout-btn:hover{background:#d0d0d0}[data-theme=dark] .signout-btn:hover{background:#555}.mobile-theme-toggle{border-top:1px solid #0000001a;margin-top:.5rem;padding-top:1rem}[data-theme=dark] .mobile-theme-toggle{border-top-color:#ffffff1a}.mobile-theme-toggle button{cursor:pointer;background:#f8f9fa;border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:background .2s}[data-theme=dark] .mobile-theme-toggle button{color:#e0e0e0;background:#2a2a3e}.mobile-theme-toggle button:hover{background:#e9ecef}[data-theme=dark] .mobile-theme-toggle button:hover{background:#3a3a4e}.mobile-nav-panel button{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:background .2s}.mobile-nav-panel button:hover{background:#0000000d}[data-theme=dark] .mobile-nav-panel button:hover{background:#ffffff0d}
