:root{--primary-color: #1a73e8;--primary-dark: #1557b0;--secondary-color: #34a853;--danger-color: #ea4335;--warning-color: #fbbc04;--success-color: #34a853;--text-primary: #202124;--text-secondary: #5f6368;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-card: #ffffff;--border-color: #dadce0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .15);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:var(--text-primary);background-color:var(--bg-secondary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}#app{width:100%;min-height:100vh}.navbar{background:var(--bg-primary);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s;padding:.5rem 1rem;border-radius:4px}.nav-link:hover{color:var(--primary-color)}.nav-link.active{color:var(--primary-color);background:var(--bg-secondary)}.btn-primary{background:var(--primary-color);color:#fff!important;padding:.5rem 1.5rem;border-radius:4px}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--secondary-color);color:#fff!important;padding:.5rem 1.5rem;border-radius:4px}.btn-secondary:hover{background:#2d8f47}.btn{border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;font-family:inherit}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-success{background:var(--success-color);color:#fff}.btn-warning{background:var(--warning-color);color:#fff}.btn-danger{background:var(--danger-color);color:#fff}.container{max-width:1200px;margin:0 auto;padding:2rem}.hero{position:relative;color:#fff;padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:600px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center -400px;filter:blur(8px) brightness(.7);transform:scale(1.1)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;background:linear-gradient(135deg,#1a73e8d9,#1557b0e6);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.hero-donate{display:flex;justify-content:center;margin-top:1rem;width:65%;max-width:600px;margin-left:auto;margin-right:auto}.btn-donate{width:100%;background:var(--secondary-color);color:#fff;text-decoration:none;text-align:center}.btn-donate:hover{background:#2d8f47;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.features{padding:4rem 2rem;background:var(--bg-primary)}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-primary)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:var(--bg-card);padding:0;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:transform .2s,box-shadow .2s;overflow:hidden}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-image{width:100%;height:200px;overflow:hidden;margin-bottom:0}.feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.feature-card:hover .feature-image img{transform:scale(1.1)}.feature-card h3{font-size:1.5rem;margin:1.5rem 1.5rem 1rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);padding:0 1.5rem 1.5rem;margin:0}.gallery-preview{padding:4rem 2rem;background:var(--bg-secondary)}.gallery-preview h2{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:var(--text-primary)}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.gallery-thumb{width:100%;height:200px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .2s}.gallery-thumb:hover{transform:scale(1.05)}.gallery-preview .btn{display:block;margin:0 auto}.signup-section{padding:4rem 2rem;min-height:calc(100vh - 80px);background:var(--bg-secondary)}.signup-container{max-width:600px;margin:0 auto}.signup-card{background:var(--bg-card);padding:3rem;border-radius:12px;box-shadow:var(--shadow-lg)}.signup-card h2{font-size:2rem;margin-bottom:.5rem;color:var(--text-primary)}.signup-description{color:var(--text-secondary);margin-bottom:2rem}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-primary)}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-help{font-size:.875rem;color:var(--text-secondary)}.success-message{text-align:center;padding:2rem;background:#e8f5e9;border-radius:8px;color:#2e7d32}.success-message h3{margin-bottom:1rem}.bracket-section{padding:2rem;background:var(--bg-secondary);min-height:calc(100vh - 80px)}.bracket-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.bracket-header h2{font-size:2.5rem;color:var(--text-primary)}.bracket-status{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.status-badge{padding:.5rem 1rem;border-radius:20px;font-weight:500;background:var(--warning-color);color:#fff}.status-badge.active{background:var(--success-color)}.tournament-date{color:var(--text-secondary)}.bracket-container{display:flex;justify-content:space-around;gap:2rem;flex-wrap:wrap;margin-bottom:2rem;overflow-x:auto;padding:2rem 0}.bracket-round{display:flex;flex-direction:column;gap:1rem;min-width:200px}.bracket-round h3{text-align:center;color:var(--text-primary);margin-bottom:1rem}.bracket-matches{display:flex;flex-direction:column;gap:2rem}.match{background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow);overflow:hidden;min-width:200px}.team{padding:1rem;background:var(--bg-card);border-bottom:1px solid var(--border-color);cursor:pointer;transition:background .2s}.team:last-child{border-bottom:none}.team:hover{background:var(--bg-secondary)}.team-top,.team-bottom{font-weight:500}.final-match{border:3px solid var(--primary-color)}.bracket-actions{text-align:center}.admin-section{padding:2rem;background:var(--bg-secondary);min-height:calc(100vh - 80px)}.admin-section h2{font-size:2.5rem;margin-bottom:2rem;color:var(--text-primary)}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.admin-card{background:var(--bg-card);padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.admin-card h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.admin-controls{display:flex;flex-direction:column;gap:1.5rem}.control-group{display:flex;flex-direction:column;gap:.75rem}.control-group label{font-weight:500;color:var(--text-primary)}.form-control{padding:.75rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit}.status-controls{display:flex;gap:.5rem;flex-wrap:wrap}.code-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.code-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--bg-secondary);border-radius:8px}.code-value{font-family:monospace;font-weight:600;color:var(--primary-color)}.btn-copy{padding:.25rem .75rem;font-size:.875rem;background:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer}.admin-feedback{display:none;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center;font-weight:500}.admin-feedback.success{background:#e8f5e9;color:#2e7d32}.admin-feedback.warning{background:#fff3e0;color:#e65100}.admin-feedback.info{background:#e3f2fd;color:#1565c0}.team-section{padding:2rem;background:var(--bg-secondary);min-height:calc(100vh - 80px)}.team-header{background:var(--bg-card);padding:2rem;border-radius:12px;box-shadow:var(--shadow);margin-bottom:2rem}.team-header h2{font-size:2rem;margin-bottom:1rem;color:var(--text-primary)}.team-info{display:flex;gap:2rem;flex-wrap:wrap}.team-content{background:var(--bg-card);padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.team-media-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.media-upload{margin-bottom:2rem}.upload-form{display:flex;flex-direction:column;gap:1rem}.upload-area{border:2px dashed var(--border-color);border-radius:8px;padding:3rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.upload-area:hover{border-color:var(--primary-color);background:var(--bg-secondary)}.upload-icon{font-size:3rem;display:block;margin-bottom:1rem}.upload-placeholder p{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-primary)}.upload-placeholder small{color:var(--text-secondary)}.team-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.media-item{background:var(--bg-secondary);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.media-item img{width:100%;height:200px;object-fit:cover}.media-caption{padding:1rem;color:var(--text-primary)}.selected-files-preview{margin:1rem 0;padding:1rem;background:var(--bg-secondary);border-radius:8px}.files-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.btn-clear{padding:.5rem 1rem;background:var(--danger-color);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500}.btn-clear:hover{background:#c62828}.files-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.file-preview-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1;background:var(--bg-card);box-shadow:var(--shadow)}.file-preview-item img{width:100%;height:100%;object-fit:cover}.video-preview{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;padding:.5rem;text-align:center}.video-icon{font-size:2rem;margin-bottom:.25rem}.video-duration{font-size:.75rem;font-weight:600;margin-bottom:.25rem}.video-preview p{font-size:.7rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.btn-remove-file{position:absolute;top:.25rem;right:.25rem;width:24px;height:24px;border-radius:50%;background:#ea4335e6;color:#fff;border:none;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;font-weight:700}.btn-remove-file:hover{background:var(--danger-color)}.upload-errors{margin:1rem 0}.error-message{padding:.75rem;background:#ffebee;color:#c62828;border-radius:8px;margin-bottom:.5rem;font-size:.875rem}.team-posts-container,.team-posts-list{display:flex;flex-direction:column;gap:2rem}.media-post,.media-post-card{background:var(--bg-card);border-radius:12px;box-shadow:var(--shadow);padding:2rem}.post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.post-header h4{font-size:1.25rem;color:var(--text-primary);margin:0}.post-date{font-size:.875rem;color:var(--text-secondary)}.post-caption{margin-bottom:1.5rem;color:var(--text-primary);line-height:1.6}.post-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.post-media-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1;background:var(--bg-secondary);box-shadow:var(--shadow);cursor:pointer;transition:transform .2s}.post-media-item:hover{transform:scale(1.05)}.post-media-item img{width:100%;height:100%;object-fit:cover}.post-media-item .video-preview{width:100%;height:100%}.media-section{padding:2rem;background:var(--bg-secondary);min-height:calc(100vh - 80px)}.media-header{margin-bottom:2rem}.media-header h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.media-tabs{display:flex;gap:.5rem;border-bottom:2px solid var(--border-color)}.tab-btn{padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:500;color:var(--text-secondary);transition:all .2s;font-family:inherit}.tab-btn:hover{color:var(--primary-color)}.tab-btn.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.tab-content{display:none;padding:2rem 0}.tab-content.active{display:block}.tab-content h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.media-card{background:var(--bg-card);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.media-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.media-card img{width:100%;height:250px;object-fit:cover}.media-card-content{padding:1.5rem}.media-card-content h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-primary)}.media-card-content p{color:var(--text-secondary);margin-bottom:1rem}.media-date{font-size:.875rem;color:var(--text-secondary)}.external-media-list{display:flex;flex-direction:column;gap:1.5rem}.external-media-item{background:var(--bg-card);padding:2rem;border-radius:12px;box-shadow:var(--shadow);display:flex;gap:1.5rem;align-items:flex-start}.external-icon{font-size:2.5rem;flex-shrink:0}.external-content{flex:1}.external-content h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-primary)}.external-content p{color:var(--text-secondary);margin-bottom:1rem}.external-link{color:var(--primary-color);text-decoration:none;font-weight:500;display:inline-block;margin-bottom:.5rem}.external-link:hover{text-decoration:underline}.post-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000}.post-modal.active{display:flex;align-items:center;justify-content:center}.post-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.post-modal-content{position:relative;background:var(--bg-card);border-radius:12px;max-width:900px;max-height:90vh;width:90%;overflow-y:auto;box-shadow:0 8px 32px #0000004d;z-index:2001;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.post-modal-close{position:absolute;top:1rem;right:1rem;background:#00000080;color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2002;transition:background .2s;line-height:1}.post-modal-close:hover{background:#000000b3}.post-modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid var(--border-color)}.post-modal-header h2{font-size:2rem;margin-bottom:.5rem;color:var(--text-primary)}.post-modal-date{font-size:.875rem;color:var(--text-secondary)}.post-modal-body{padding:2rem}.post-modal-caption{font-size:1.1rem;line-height:1.7;color:var(--text-primary);margin-bottom:2rem}.post-modal-carousel{position:relative;width:100%;margin-bottom:1.5rem}.carousel-container{position:relative;width:100%;overflow:hidden;border-radius:8px;background:var(--bg-secondary);aspect-ratio:4/3}.carousel-track{display:flex;transition:transform .4s ease-in-out;width:100%;height:100%}.carousel-slide{min-width:100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.carousel-slide img{width:100%;height:100%;object-fit:contain;display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0009;color:#fff;border:none;width:48px;height:48px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s,transform .2s;line-height:1;font-weight:300}.carousel-btn:hover:not(:disabled){background:#000c;transform:translateY(-50%) scale(1.1)}.carousel-btn:disabled{opacity:.3;cursor:not-allowed}.carousel-prev{left:1rem}.carousel-next{right:1rem}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.carousel-indicator{width:10px;height:10px;border-radius:50%;border:none;background:var(--border-color);cursor:pointer;transition:background .2s,transform .2s;padding:0}.carousel-indicator:hover{transform:scale(1.2)}.carousel-indicator.active{background:var(--primary-color);transform:scale(1.3)}.carousel-counter{text-align:center;color:var(--text-secondary);font-size:.875rem;margin-top:.5rem}.clickable-post{transition:transform .2s,box-shadow .2s}.clickable-post:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;justify-content:center}.hero{min-height:500px;padding:4rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-bg-image{filter:blur(6px) brightness(.6)}.feature-image{height:150px}.bracket-container{flex-direction:column;align-items:center}.admin-grid,.media-grid,.team-media-grid{grid-template-columns:1fr}.media-tabs{flex-wrap:wrap}.tab-btn{padding:.75rem 1rem;font-size:.9rem}.post-modal-content{width:95%;max-height:95vh}.post-modal-header{padding:1.5rem 1.5rem 1rem}.post-modal-header h2{font-size:1.5rem}.post-modal-body{padding:1.5rem}.carousel-btn{width:40px;height:40px;font-size:1.5rem}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.carousel-container{aspect-ratio:1}}
