body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}.navbar-modern{position:fixed;top:0;left:0;right:0;height:70px;background:linear-gradient(135deg,#3b82f6,#60a5fa,#fbbf24);box-shadow:0 2px 8px #0000001a;z-index:1000;transition:all .3s ease}.navbar-modern.scrolled{background:linear-gradient(135deg,#2563eb,#3b82f6,#f59e0b);box-shadow:0 4px 12px #00000026}.navbar-modern.on-white{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000014}.navbar-modern.on-white .nav-link,.navbar-modern.on-white .brand-text,.navbar-modern.on-white .menu-button{color:#1f2937}.navbar-modern.on-white .menu-button:hover{background:#0000000d}.nav-container{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.nav-left{display:flex;align-items:center;gap:3rem}.brand-container{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .3s ease}.brand-container:hover{opacity:.9}.logo-image{width:45px;height:45px;object-fit:contain;border-radius:8px}.brand-text{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:-.02em}.beta-badge{background:#fbbf24;color:#1f2937;font-size:.65rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;letter-spacing:.05em;text-transform:uppercase;margin-left:.5rem;box-shadow:0 2px 4px #0000001a}.nav-links{display:none;gap:2rem;align-items:center}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;transition:opacity .2s ease}.nav-link:hover{opacity:.8}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover:after{width:100%}.menu-button{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s ease}.menu-button:hover{background:#ffffff1a}.menu-button svg{width:24px;height:24px}.dropdown-menu{position:fixed;top:70px;right:2rem;width:280px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:9999;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-section{padding:1rem}.dropdown-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;padding:.5rem .75rem;margin-bottom:.25rem}.dropdown-item{display:block;padding:.75rem;color:#374151;text-decoration:none;border-radius:8px;font-size:.95rem;font-weight:500;transition:all .2s ease}.dropdown-item:hover{background:#f3f4f6;color:#3b82f6}.menu-overlay{position:fixed;inset:0;background:#0003;z-index:998}.mobile-menu-button{display:none;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s ease}.mobile-menu-button:hover{background:#ffffff1a}.navbar-modern.on-white .mobile-menu-button{color:#1f2937}.navbar-modern.on-white .mobile-menu-button:hover{background:#0000000d}.mobile-menu-overlay{position:fixed;inset:70px 0 0;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease}.mobile-menu{position:fixed;top:70px;right:0;width:280px;background:#fff;box-shadow:-4px 0 12px #00000026;z-index:999;animation:slideInRight .3s ease;max-height:calc(100vh - 70px);overflow-y:auto}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.mobile-menu-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#374151;text-decoration:none;font-weight:500;font-size:1rem;border-bottom:1px solid #f3f4f6;transition:all .2s ease}.mobile-menu-link:hover{background:#f9fafb;color:#3b82f6}.mobile-menu-link i{font-size:1.125rem;width:20px;text-align:center}.mobile-menu-link:last-child{border-bottom:none}.desktop-link{display:none}@media (min-width: 768px){.desktop-link{display:block}}@media (max-width: 768px){.nav-container{padding:0 1rem}.brand-text{font-size:.9rem}.logo-image{width:38px;height:38px}.dropdown-menu{right:1rem;left:1rem;width:auto}.mobile-menu-button{display:flex;align-items:center;justify-content:center}.nav-left{gap:1rem}}@media (max-width: 480px){.brand-text{font-size:.8rem;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu{width:100%}}.footer-gradient{background:linear-gradient(135deg,#111827,#1f2937,#111827);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.mobile-footer{display:block;padding:1rem 0}.mobile-footer-content{display:flex;justify-content:space-between;align-items:flex-start}.mobile-brand{flex:1}.mobile-brand h3{font-size:.875rem;font-weight:700;margin-bottom:.5rem}.mobile-brand p{font-size:.75rem;color:#d1d5db;line-height:1.5;padding-right:1rem}.mobile-fenix{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#9ca3af;flex-shrink:0}.mobile-fenix i{color:#ef4444;animation:pulse 1.5s ease-in-out infinite}.desktop-footer-grid{display:none;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2rem;margin-bottom:2rem}.footer-brand{text-align:left}.brand-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.brand-logo{width:40px;height:40px;border-radius:12px}.brand-logo img{width:100%;height:100%;object-fit:contain}.brand-header h3{font-size:1.25rem;font-weight:700;margin:0}.brand-subtitle{font-size:.875rem;color:#9ca3af;margin:0}.brand-description{font-size:.875rem;color:#d1d5db;line-height:1.6;margin-bottom:1rem}.social-links{display:flex;gap:.75rem}.social-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0003}.social-icon:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.social-icon.facebook{background:#1877f2}.social-icon.facebook:hover{background:#145dbf}.social-icon.instagram{background:#e1306c}.social-icon.instagram:hover{background:#c13584}.social-icon.twitter{background:#1da1f2}.social-icon.twitter:hover{background:#0c85d0}.social-icon.youtube{background:red}.social-icon.youtube:hover{background:#c00}.social-icon i{color:#fff;font-size:.875rem}.footer-section{text-align:left}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;border-bottom:none;padding-bottom:.5rem}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-link{display:flex;align-items:center;gap:.5rem;color:#d1d5db;text-decoration:none;font-size:.875rem;padding:.25rem 0;transition:all .3s ease}.footer-link:hover{color:#22c55e;transform:translate(4px)}.footer-link i{font-size:.75rem;width:16px}.footer-link i.fa-trophy{color:#eab308}.footer-link i.fa-chalkboard-teacher{color:#3b82f6}.footer-link i.fa-map-marker-alt{color:#a855f7}.footer-link i.fa-whistle{color:#ef4444}.footer-link i.fa-handshake{color:#f97316}.footer-link i.fa-chart-line{color:#eab308}.contact-info{margin-bottom:1.5rem;background:none;border:none;box-shadow:none;padding:0}.contact-item{display:flex;align-items:center;gap:.5rem;color:#d1d5db;font-size:.875rem;margin-bottom:.75rem;transition:color .3s ease}.contact-item:hover{color:#fff}.contact-item i{font-size:.75rem;width:16px}.contact-item i.fa-envelope{color:#22c55e}.contact-item i.fa-phone{color:#3b82f6}.contact-item span{word-break:break-word;line-height:1.4}.contact-item i.fa-user{color:#f59e0b}.newsletter{margin-top:1.5rem}.newsletter p{font-size:.75rem;color:#d1d5db;margin-bottom:.5rem}.newsletter-form{display:flex}.newsletter-form input{flex:1;padding:.5rem .75rem;background:#374151;color:#fff;border:1px solid #4b5563;border-radius:8px 0 0 8px;font-size:.75rem;outline:none;transition:all .3s ease}.newsletter-form input:focus{border-color:#22c55e;transform:scale(1.01)}.newsletter-form input::placeholder{color:#9ca3af}.newsletter-form button{padding:.5rem 1rem;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:0 8px 8px 0;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.newsletter-form button:active{transform:scale(.95)}.newsletter-form button i{color:#fff;font-size:.75rem}.footer-bottom{display:none;border-top:1px solid #374151;padding-top:2rem;margin-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-copyright{display:flex;align-items:center;gap:1.5rem}.footer-copyright p{font-size:.75rem;color:#9ca3af;margin:0}.footer-links{display:flex;align-items:center;gap:.75rem;font-size:.75rem}.footer-links button{background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;text-decoration:underline;transition:color .3s ease}.footer-links button:hover{color:#fff}.footer-links span{color:#4b5563}.fenix-credit{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#9ca3af}.fenix-credit i{color:#ef4444;animation:pulse 1.5s ease-in-out infinite}.modal{position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.modal-content{background:#fff;padding:0;border-radius:16px;width:90%;max-width:800px;max-height:80vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease}.modal-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.close-button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.close-button:hover{background-color:#fff3}.modal-body{padding:1.5rem;max-height:60vh;overflow-y:auto;color:#1f2937}.modal-date{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.modal-sections{display:flex;flex-direction:column;gap:1.5rem}.modal-sections section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.modal-sections section p{color:#374151;line-height:1.6;margin-bottom:1rem}.modal-sections section ul{list-style:disc;list-style-position:inside;color:#374151;display:flex;flex-direction:column;gap:.25rem}.modal-sections section ul li{line-height:1.5}.cookie-types{display:flex;flex-direction:column;gap:1rem}.cookie-types div h4{font-weight:600;margin-bottom:.5rem}.cookie-types div:nth-child(1) h4{color:#1e40af}.cookie-types div:nth-child(2) h4{color:#16a34a}.cookie-types div:nth-child(3) h4{color:#ca8a04}.cookie-types div p{font-size:.875rem;color:#374151;margin:0}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (min-width: 768px){.mobile-footer{display:none}.desktop-footer-grid{display:grid}.footer-bottom{display:block}}@media (max-width: 768px){.footer-gradient{padding:1rem 0}}.home{width:100%;background:#fff}.hero{background:url(/background.png) center/cover no-repeat;color:#fff;padding:4rem 2rem 6rem;min-height:500px;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}.hero:before{content:"";position:absolute;inset:0;background:#0006;z-index:0}.hero-content{position:relative;z-index:1}.hero-logo{width:150px;height:150px;object-fit:contain;margin-bottom:1.5rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.hero-content h1{margin-bottom:2rem;font-weight:700;color:#fff;line-height:1.3}.hero-line-1{font-size:2rem;font-weight:500;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin-bottom:.5rem}.hero-line-2{font-size:3.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin-bottom:.5rem}.hero-line-3{font-size:1.8rem;font-weight:400;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-description{margin-top:3rem;max-width:900px;margin-left:auto;margin-right:auto}.hero-intro{font-size:1.1rem;line-height:1.8;font-style:italic;margin-bottom:2.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);color:#fffffff2}.hero-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:3rem;margin-top:2rem;align-items:start}.hero-left,.hero-right{text-align:left}.hero-divider{width:2px;background:linear-gradient(180deg,transparent,#fbbf24,transparent);min-height:300px;align-self:stretch}.hero-vision,.hero-objective,.hero-mission{margin-bottom:2rem;text-align:left}.hero-vision h3,.hero-objective h3,.hero-mission h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fbbf24;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-style:italic}.hero-vision p,.hero-objective p{font-size:1rem;line-height:1.7;font-style:italic;color:#fffffff2;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-mission ul{list-style:none;padding:0;margin:0}.hero-mission li{font-size:1rem;line-height:1.7;font-style:italic;margin-bottom:.75rem;padding-left:1.5rem;position:relative;color:#fffffff2;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-mission li:before{content:"•";position:absolute;left:0;color:#fbbf24;font-weight:700}.cta-button{background-color:#3b82f6;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease}.cta-button:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.quick-stats{padding:3rem 2rem;background-color:#fff;text-align:center}.container{max-width:1600px;margin:0 auto}.quick-stats h2{font-size:2.5rem;color:#1f2937;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-top:2rem}.stat-card{background:#fff;padding:1.5rem 1rem;border-radius:10px;border:2px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000014;border-color:#3b82f6}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#3b82f6}.stat-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.stat-subtitle{font-size:.85rem;font-weight:400;color:#6b7280}.player-registration{padding:3rem 2rem;background:#fff}.registration-card{max-width:1200px;margin:0 auto;display:flex;gap:3rem;align-items:center}.registration-content{display:flex;gap:2rem;flex:1}.registration-icon{width:150px;height:150px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.registration-icon img{width:100%;height:100%;object-fit:contain}.registration-text h2{font-size:2rem;color:#1f2937;margin-bottom:.75rem}.registration-text p{font-size:1.1rem;color:#6b7280;margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.benefits-list li{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#374151}.benefits-list i{color:#10b981;font-size:1rem}.registration-actions{display:flex;flex-direction:column;gap:1rem;min-width:200px}.btn-register,.btn-login{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.btn-register{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-register:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-login{background:#fff;color:#3b82f6;border-color:#3b82f6}.btn-login:hover{background:#eff6ff;transform:translateY(-2px)}.modal-header h2{margin:0;color:#111827;font-size:1.5rem;font-weight:700;flex:1;padding-right:1rem}.modal-close{background:#f3f4f6;border:none;width:36px;height:36px;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:1.5rem;flex-shrink:0;line-height:1}@media (max-width: 968px){.registration-card{flex-direction:column;padding:2rem;gap:2rem}.registration-content{flex-direction:column;align-items:center;text-align:center}.benefits-list{grid-template-columns:1fr}.registration-actions,.btn-register,.btn-login{width:100%}}.register-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;overflow-y:auto}.register-modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026;animation:modalSlideIn .25s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.register-modal-header{padding:2rem 2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;flex-shrink:0}.register-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem}.register-modal-header h2 i{color:#3b82f6}.modal-close-btn{background:transparent;border:none;color:#9ca3af;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1.25rem}.modal-close-btn:hover{background:#f3f4f6;color:#374151}.register-form{display:flex;flex-direction:column;flex:1;overflow:hidden}.form-scroll-container{padding:2rem;overflow-y:auto;flex:1}.form-section{margin-bottom:2.5rem}.form-section:last-child{margin-bottom:1rem}.form-section h3{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.required{color:#ef4444;margin-left:2px}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=password],.form-group input[type=file],.form-group select{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;color:#111827;transition:all .15s ease;background:#fff}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=tel]:focus,.form-group input[type=password]:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.form-group input[readonly]{background:#f9fafb;color:#6b7280;cursor:not-allowed;border-color:#e5e7eb}.ic-validation-message{margin-top:.5rem;font-size:.8125rem;display:flex;align-items:center;gap:.375rem;font-weight:500}.ic-validation-message i{font-size:.875rem}.ic-validation-error{color:#dc2626}.ic-validation-success{color:#16a34a}.form-group input.ic-validation-error{border-color:#dc2626}.form-group input.ic-validation-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262614}.form-group input.ic-validation-success{border-color:#16a34a}.form-group input.ic-validation-success:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a14}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group-checkbox{display:flex;align-items:flex-start;gap:.625rem;padding:1rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.form-group-checkbox input[type=checkbox]{margin-top:.125rem;width:16px;height:16px;cursor:pointer;flex-shrink:0}.form-group-checkbox label{font-weight:400;color:#4b5563;font-size:.8125rem;line-height:1.5;cursor:pointer}.form-group-checkbox a{color:#3b82f6;text-decoration:none;font-weight:500}.form-group-checkbox a:hover{text-decoration:underline}.register-modal-footer{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;background:#fff;flex-shrink:0}.btn-cancel,.btn-submit{padding:.625rem 1.5rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.btn-cancel{background:#fff;color:#6b7280;border:1px solid #d1d5db}.btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.btn-submit{background:#3b82f6;color:#fff;display:flex;align-items:center;gap:.5rem}.btn-submit:hover{background:#2563eb}@media (max-width: 768px){.register-modal-content{max-height:95vh}.form-scroll-container{padding:1.5rem}.form-row{grid-template-columns:1fr}.register-modal-footer{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%;justify-content:center}}.guidelines{padding:3rem 2rem;background:#fff}.guidelines-layout{max-width:1200px;margin:0 auto;display:flex;gap:8rem;align-items:center}.guidelines-layout h2{font-size:2.5rem;color:#1f2937;margin:0;min-width:200px}.guidelines-cards{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.guideline-card{background:#fff;padding:0;display:flex;flex-direction:column}.guideline-card h3{font-size:1.3rem;color:#1f2937;margin-bottom:1rem;font-weight:600;text-align:center}.guideline-card ul{list-style:none;padding:0;margin:0;flex-grow:1;text-align:center}.guideline-card li{padding:.5rem 0;color:#6b7280;line-height:1.6;font-size:.95rem}.guideline-detail-button{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;align-self:center;text-decoration:none}.guideline-detail-button:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.upcoming-tournaments{padding:3rem 2rem;background:#f9fafb}.tournaments-header{text-align:center;margin-bottom:4rem}.tournaments-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;letter-spacing:-.02em}.tournaments-line{width:4rem;height:.25rem;background:linear-gradient(to right,#3b82f6,#60a5fa);border-radius:9999px;margin:0 auto}.tournaments-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tournament-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d;position:relative;overflow:hidden}.tournament-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#3b82f6,#60a5fa);transform:scaleX(0);transition:transform .3s ease}.tournament-card:hover:before{transform:scaleX(1)}.tournament-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a;border-color:#d1d5db}.tournament-date{font-size:.75rem;color:#3b82f6;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.tournament-card h3{font-size:1.125rem;color:#1f2937;margin-bottom:.75rem;font-weight:700;line-height:1.3;letter-spacing:-.01em}.tournament-location{font-size:.8125rem;color:#6b7280;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.tournament-card p{color:#6b7280;line-height:1.6;margin-bottom:1rem;flex-grow:1;font-size:.8125rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tournament-button{background-color:#3b82f6;color:#fff;border:none;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;align-self:flex-start;letter-spacing:.01em;text-decoration:none;display:inline-block}.tournament-button:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 16px #3b82f640}.no-tournaments{grid-column:1 / -1;text-align:center;padding:3rem 2rem;color:#6b7280;font-size:1.1rem}.view-all-tournaments,.view-all-milestones{text-align:center;margin-top:3rem}.btn-view-all{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:12px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.btn-view-all:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-view-all i{font-size:1rem}@media screen and (max-width: 1024px){.tournaments-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.tournaments-grid{grid-template-columns:1fr}.tournament-card{padding:1.5rem}.tournament-card h3{font-size:1.25rem}.tournament-card p{font-size:.875rem}.btn-view-all{width:100%;justify-content:center}}.training-programs{padding:3rem 2rem;background:#fff}.training-layout{max-width:1200px;margin:0 auto;display:flex;gap:8rem;align-items:center}.training-layout h2{font-size:2.5rem;color:#1f2937;margin:0;min-width:200px;text-align:center}.training-cards{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.training-card{background:#fff;padding:0;display:flex;flex-direction:column;align-items:center}.training-card h3{font-size:1.3rem;color:#1f2937;margin-bottom:1rem;font-weight:600;text-align:center}.training-card ul{list-style:none;padding:0;margin:0;flex-grow:1;text-align:center}.training-card li{padding:.5rem 0;color:#6b7280;line-height:1.6;font-size:.95rem}.training-card a{margin-top:1.5rem}.training-button{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.training-button:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.certification-roadmap{padding:4rem 2rem;background:#fff}.roadmap-header{text-align:center;margin-bottom:4rem}.roadmap-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;letter-spacing:-.02em}.roadmap-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.scroll-hint{display:none}.roadmap-timeline{display:flex;align-items:stretch;justify-content:center;gap:1rem;margin-bottom:3rem;padding:2rem .5rem;max-width:100%}.roadmap-level{flex:1;display:flex;flex-direction:column;align-items:center;min-width:0;max-width:280px}.level-badge{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;box-shadow:0 4px 12px #3b82f64d}.level-badge.level-1{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.level-badge.level-2{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d}.level-badge.level-3{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 12px #8b5cf64d}.level-card{background:#fff;border-radius:14px;padding:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;height:100%;border:2px solid transparent;width:100%}.level-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f;border-color:#3b82f6}.level-card h3{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:1.25rem;line-height:1.3;min-height:2.8rem;text-align:center}.level-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#4b5563}.detail-item i{color:#3b82f6;font-size:.9rem;width:18px;text-align:center;flex-shrink:0}.detail-item span{line-height:1.4}.detail-item.price{margin-top:.5rem;padding-top:.75rem;border-top:2px solid #e5e7eb;font-weight:700;color:#1f2937;font-size:1rem}.detail-item.price i{color:#10b981}.isn-badge{margin-top:.75rem;padding:.4rem .75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-radius:6px;font-size:.7rem;font-weight:600;text-align:center;border:1px solid #fbbf24;line-height:1.3}.roadmap-arrow{display:flex;align-items:center;justify-content:center;color:#3b82f6;font-size:1.5rem;flex-shrink:0;padding:0 .25rem;margin:0 -.5rem}.roadmap-footer{text-align:center;margin-top:3rem}.roadmap-footer p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem}.btn-roadmap{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;text-decoration:none;border-radius:12px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.btn-roadmap:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-roadmap i{font-size:1.2rem}@media screen and (max-width: 1200px){.roadmap-timeline{gap:.75rem}.roadmap-level{max-width:240px}.level-card{padding:1.25rem}.level-card h3{font-size:1rem;min-height:2.5rem}.detail-item{font-size:.8rem}.isn-badge{font-size:.65rem}.roadmap-arrow{font-size:1.25rem}}@media screen and (max-width: 968px){.roadmap-timeline{flex-direction:column;align-items:center;padding:1rem}.roadmap-level{flex:0 0 auto;width:100%;max-width:400px;min-width:auto}.roadmap-arrow{transform:rotate(90deg);padding:1rem 0;margin:0}.level-card{padding:1.5rem}.level-card h3{font-size:1.1rem;min-height:auto}.detail-item{font-size:.85rem}.isn-badge{font-size:.7rem}}@media screen and (max-width: 768px){.certification-roadmap{padding:3rem 1rem}.roadmap-header h2{font-size:1.75rem}.roadmap-header p{font-size:1rem}.btn-roadmap{width:100%;justify-content:center}}.our-journey{padding:3rem 2rem 2rem;background:#fff}.journey-header{text-align:center;margin-bottom:3rem}.journey-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.journey-line{width:5rem;height:.25rem;background:linear-gradient(to right,#fbbf24,#f97316);border-radius:9999px;margin:0 auto}.journey-header p{color:#6b7280;margin-top:1rem;max-width:42rem;margin-left:auto;margin-right:auto}.timeline-container{overflow:hidden;padding:2rem 0;position:relative;width:100%}.timeline-wrapper{display:flex;gap:2rem;padding:1.5rem 0;position:relative;min-height:500px;animation:scroll-timeline 60s linear infinite;width:fit-content}@keyframes scroll-timeline{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3))}}.timeline-wrapper:before{content:"";position:absolute;top:120px;left:1.5rem;width:200%;height:4px;background:linear-gradient(90deg,#fbbf24,#f59e0b,#d97706,#fbbf24,#f59e0b,#d97706);background-size:50% 100%;border-radius:2px;box-shadow:0 2px 10px #fbbf244d;z-index:1}.timeline-item{flex:0 0 300px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;height:100%;z-index:2}.timeline-date{font-size:.875rem;font-weight:600;color:#f59e0b;margin-bottom:15px;text-align:center;letter-spacing:.5px;text-transform:uppercase;background:#ffffffe6;padding:8px 12px;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(251,191,36,.2)}.timeline-point{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:3px solid white;box-shadow:0 4px 12px #fbbf2466;margin-bottom:60px;position:relative;z-index:3;transition:all .3s ease}.timeline-point:hover{transform:scale(1.2);box-shadow:0 6px 20px #fbbf2499}.milestone-content{text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s ease;max-width:300px;min-height:400px}.milestone-content:hover{transform:translateY(-5px)}.milestone-content img{width:280px;height:200px;border-radius:15px;object-fit:cover;box-shadow:0 8px 25px #00000026;transition:transform .3s ease;margin-bottom:20px}.milestone-content img:hover{transform:scale(1.05)}.milestone-content .image-placeholder{width:280px;height:200px;border-radius:15px;background:linear-gradient(135deg,#fbbf24,#f59e0b);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #fbbf244d;margin-bottom:20px}.milestone-content .image-placeholder i{font-size:3rem;color:#fff;opacity:.8}.milestone-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:12px;line-height:1.3}.milestone-description{font-size:1rem;color:#6b7280;line-height:1.6;max-width:280px;flex:1;display:flex;align-items:flex-start}@media screen and (max-width: 768px){.guidelines-layout{flex-direction:column;gap:2rem}.guidelines-cards{grid-template-columns:1fr}.training-layout{flex-direction:column;gap:2rem}.training-cards{grid-template-columns:1fr}}.cta-section{background:#fff;color:#1f2937;padding:3rem 2rem;text-align:center;border-top:1px solid #e5e7eb}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.cta-section p{font-size:1.2rem;margin-bottom:2rem;color:#6b7280}.news-video{padding:2rem 2rem 5rem;background:#fff}.news-video-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.latest-news h2,.featured-video h2{font-size:2.5rem;color:#1f2937;margin-bottom:2rem}.news-items{display:flex;flex-direction:column;gap:2rem}.news-item{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem;display:flex;flex-direction:column}.news-item:last-child{border-bottom:none}.news-image{width:100%;height:200px;border-radius:8px;overflow:hidden;margin:.75rem 0}.news-image img{width:100%;height:100%;object-fit:cover;display:block}.news-date{font-size:.85rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.news-item h3{font-size:1.2rem;color:#1f2937;margin-bottom:.75rem;font-weight:600}.news-item p{color:#6b7280;line-height:1.6;margin-bottom:.75rem}.news-link{color:#3b82f6;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s ease}.news-link:hover{color:#2563eb}.video-container{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:1.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.featured-video h3{font-size:1.3rem;color:#1f2937;margin-bottom:.75rem;font-weight:600}.featured-video p{color:#6b7280;line-height:1.6}.scroll-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;color:#6b7280}.scroll-indicator i{font-size:1.25rem}.scroll-indicator p{font-size:.875rem;font-weight:500}@media screen and (max-width: 768px){.news-video-grid{grid-template-columns:1fr;gap:3rem}.timeline-wrapper{padding:1rem;gap:1rem}.timeline-wrapper:before{top:100px;left:1rem;width:200%}.timeline-item{flex:0 0 280px}.milestone-content img,.milestone-content .image-placeholder{width:260px;height:180px}.milestone-title{font-size:1.25rem}.milestone-description{font-size:.875rem}}.picklezone-section{padding:3rem 2rem;background:#fff}.picklezone-card{max-width:1200px;margin:0 auto;display:flex;gap:3rem;align-items:center}.picklezone-actions{display:flex;flex-direction:column;gap:1rem;min-width:200px}.btn-picklezone-login{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #3b82f6;cursor:pointer;background:#fff;color:#3b82f6}.btn-picklezone-login:hover{background:#fff;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d;border-color:#2563eb}.btn-picklezone-login:active{background:#fff;color:#3b82f6;transform:translateY(0)}.picklezone-note{font-size:.875rem;color:#6b7280;text-align:center;margin:0}.picklezone-content{flex:1}.picklezone-icon{width:150px;height:150px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.picklezone-icon img{width:100%;height:100%;object-fit:contain}.picklezone-text h2{font-size:2rem;color:#1f2937;margin-bottom:.75rem}.picklezone-text p{font-size:1.1rem;color:#6b7280;margin-bottom:1.5rem}.picklezone-benefits-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.picklezone-benefits-list li{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#374151}.picklezone-benefits-list i{color:#10b981;font-size:1rem}@media (max-width: 968px){.picklezone-card{flex-direction:column;padding:2rem;gap:2rem}.picklezone-content{flex-direction:column;align-items:center;text-align:center;order:-1}.picklezone-benefits-list{grid-template-columns:1fr}.picklezone-actions,.btn-picklezone-login{width:100%}}@media screen and (max-width: 768px){.hero-logo{width:120px;height:120px}.hero-line-1{font-size:1.3rem}.hero-line-2{font-size:2rem}.hero-line-3{font-size:1.2rem}.hero-intro{font-size:1rem}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-divider{display:none}.hero-vision h3,.hero-objective h3,.hero-mission h3{font-size:1.3rem}.hero-vision p,.hero-objective p,.hero-mission li{font-size:.95rem}}.registration-picklezone-posts-wrapper{padding:3rem 2rem;background:#fff}.registration-picklezone-posts-grid{max-width:1800px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.registration-picklezone-posts-wrapper .left-column{display:flex;flex-direction:column;gap:3rem}.registration-picklezone-posts-wrapper .right-column{position:sticky;top:90px}.mpa-portal-section{padding:0 2rem}.mpa-portal-card{max-width:1200px;margin:0 auto;display:flex;gap:2rem;align-items:center}.mpa-portal-content{flex:1}.mpa-portal-icon{width:150px;height:150px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mpa-portal-icon img{width:100%;height:100%;object-fit:contain}.mpa-portal-text h2{font-size:2rem;color:#1f2937;margin-bottom:.75rem}.mpa-portal-text p{font-size:1.1rem;color:#6b7280;margin-bottom:1.5rem}.portal-benefits-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.portal-benefits-list li{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#374151}.portal-benefits-list i{color:#10b981;font-size:1rem}.mpa-portal-actions{display:flex;flex-direction:column;gap:1rem;min-width:200px}.btn-visit-portal{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn-visit-portal:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}@media (max-width: 968px){.mpa-portal-card{flex-direction:column;padding:2rem;gap:2rem}.mpa-portal-content{flex-direction:column;align-items:center;text-align:center;order:-1}.portal-benefits-list{grid-template-columns:1fr}.mpa-portal-actions,.btn-visit-portal{width:100%}}.picklezone-section-inline{padding:0 2rem;margin-top:2rem}.picklezone-posts-section{background:#f9fafb;border-radius:16px;padding:1rem;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000000d;max-height:800px;display:flex;flex-direction:column}.posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.posts-header-left{display:flex;align-items:center;gap:.75rem}.posts-header-logo{width:50px;height:50px;object-fit:contain;flex-shrink:0}.posts-header h2{font-size:1.5rem;color:#1f2937;margin:0;font-weight:700}.btn-join-community{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;text-decoration:none;border-radius:8px;font-size:.9375rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #3b82f640;border:none;cursor:pointer}.btn-join-community:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-join-community i{font-size:.875rem}.posts-feed{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;max-height:650px;padding-right:.5rem}.posts-feed::-webkit-scrollbar{width:6px}.posts-feed::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.posts-feed::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.posts-feed::-webkit-scrollbar-thumb:hover{background:#9ca3af}.post-card{background:#fff;border-radius:12px;padding:.875rem;border:1px solid #e5e7eb;transition:all .3s ease}.post-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.post-header{margin-bottom:.75rem}.post-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.author-avatar-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #e5e7eb;font-size:1.125rem}.author-avatar-icon.male{background:#dbeafe;color:#3b82f6}.author-avatar-icon.female{background:#fce7f3;color:#ec4899}.author-avatar-icon.neutral{background:#f3f4f6;color:#9ca3af}.author-info{display:flex;flex-direction:column}.author-name{font-size:.9375rem;font-weight:600;color:#1f2937}.post-time{font-size:.75rem;color:#6b7280}.post-content{margin-bottom:.75rem}.post-content p{font-size:.9375rem;color:#374151;line-height:1.6;margin:0 0 .5rem;word-wrap:break-word}.post-media{border-radius:8px;overflow:hidden;margin-top:.5rem}.post-media img{width:100%;height:auto;max-height:250px;object-fit:cover;display:block}.post-stats{display:flex;gap:1.5rem;padding-top:.5rem;border-top:1px solid #f3f4f6;font-size:.875rem;color:#6b7280}.post-stats span{display:flex;align-items:center;gap:.375rem}.post-stats i{font-size:1rem}.no-posts{text-align:center;padding:2rem 1rem;color:#9ca3af}.no-posts i{font-size:2.5rem;margin-bottom:.75rem;color:#d1d5db}.no-posts p{font-size:.9375rem;line-height:1.6;margin:0}@media screen and (max-width: 1200px){.registration-picklezone-posts-grid{grid-template-columns:1fr 350px;gap:2rem}.picklezone-posts-section{max-height:700px}.posts-feed{max-height:550px}}@media screen and (max-width: 968px){.registration-picklezone-posts-grid{grid-template-columns:1fr;gap:3rem}.registration-picklezone-posts-wrapper .right-column{position:static}.picklezone-posts-section{max-height:600px}.posts-feed{max-height:450px}}@media screen and (max-width: 768px){.registration-picklezone-posts-wrapper{padding:2rem 1rem}.posts-header-logo{width:40px;height:40px}.posts-header h2{font-size:1.25rem}.picklezone-posts-section{padding:.875rem}.post-card{padding:.75rem}}.about-page{width:100%;background:#fff}.page-header{background:#fff;color:#1f2937;padding:5rem 2rem;text-align:center;border-bottom:1px solid #e5e7eb}.page-header h1{font-size:3rem;margin-bottom:1rem}.page-header p{font-size:1.3rem}.content-section{padding:4rem 2rem}.content-section h2{color:#1f2937;font-size:2rem;margin-top:3rem;margin-bottom:1rem}.content-section p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2rem}.services-list{list-style:none;padding:0;margin-top:1rem}.services-list li{font-size:1.1rem;padding:1rem;margin-bottom:.5rem;background-color:#f9fafb;border-left:4px solid #3b82f6;color:#374151}@media screen and (max-width: 768px){.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}}.tournament-page{min-height:100vh;background:#f9fafb;padding-top:80px}.tournament-main{padding:0 0 3rem}.tournament-container{max-width:1400px;margin:0 auto;padding:0 1rem}.tournament-header{text-align:center;margin-bottom:2rem}.tournament-header h2{font-size:1.75rem;font-weight:700;color:#1f2937}.notice-banner{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000001a;border:2px solid #fbbf24;animation:slideIn .5s ease-out}.notice-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.notice-header i{font-size:1.5rem;color:#f59e0b}.notice-header h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.notices-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.notice-item{padding:1rem;background:#f9fafb;border-radius:8px;border-left:4px solid #3b82f6;transition:all .2s ease}.notice-item:hover{background:#f3f4f6;transform:translate(4px)}.notice-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.notice-priority{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.priority-high,.priority-urgent{background:#fee2e2;color:#dc2626}.priority-normal,.priority-medium{background:#dbeafe;color:#2563eb}.priority-low{background:#f3f4f6;color:#6b7280}.notice-date{font-size:.875rem;color:#6b7280}.notice-item h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.notice-item p{font-size:.9rem;color:#4b5563;margin:0 0 .5rem;line-height:1.5}.notice-tournament{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#059669;font-weight:500}.notice-tournament i{font-size:.875rem}.view-all-notices{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s ease}.view-all-notices:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 8px #3b82f64d}.view-all-notices i{font-size:.875rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.notice-banner{padding:1rem}.notice-header{flex-direction:row;gap:.5rem}.notice-header h3{font-size:1.1rem}.notice-item-header{flex-direction:column;align-items:flex-start;gap:.5rem}.view-all-notices{width:100%;justify-content:center}}.loading-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb;margin:2rem 0}.loading-spinner{font-size:3rem;color:#3b82f6;margin-bottom:1rem}.loading-spinner i{animation:spin 1s linear infinite}.loading-container p{color:#6b7280;font-size:1rem;font-weight:500}.error-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb;margin:2rem 0}.error-icon{font-size:3rem;color:#ef4444;margin-bottom:1rem}.error-container h3{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.error-container p{color:#6b7280;font-size:1rem;margin-bottom:2rem}.btn-retry{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f633;font-size:1rem}.btn-retry:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d}.control-panel{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:1.5rem;margin-bottom:2rem;border:1px solid #e5e7eb}.control-panel-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.download-buttons{display:flex;gap:.75rem}.btn-download,.btn-print{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.btn-download{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.btn-download:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-2px);box-shadow:0 8px 20px #22c55e4d}.btn-print{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-print:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.stats-info{display:flex;gap:3rem}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#6366f1}.stat-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.calendar-view{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;overflow:hidden}.calendar-view-header{background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:2rem;color:#fff;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.calendar-view-header h2{font-size:2rem;font-weight:700;display:flex;align-items:center;gap:.75rem;margin:0}.mobile-view-toggle-container{display:none}.mobile-view-toggle{background:#fff3;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.mobile-view-toggle:hover{background:#ffffff4d}.calendar-grid-wrapper{overflow:auto;max-height:80vh;position:relative;border:1px solid #e5e7eb}.calendar-grid{display:grid;grid-template-columns:300px repeat(12,1fr);min-width:1800px}.grid-header-corner{position:sticky;top:0;left:0;z-index:40;background:#f9fafb;padding:1rem;font-weight:600;color:#374151;border-right:2px solid #e5e7eb;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:.5rem}.grid-month-header{position:sticky;top:0;z-index:30;background:#f9fafb;padding:.75rem .5rem;text-align:center;font-weight:600;color:#374151;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;font-size:.875rem}.grid-subheader-corner{position:sticky;top:48px;left:0;z-index:35;background:#f3f4f6;border-right:2px solid #e5e7eb;border-bottom:2px solid #e5e7eb}.grid-quarter-header{position:sticky;top:48px;z-index:25;background:#f3f4f6;padding:.5rem .25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-right:1px solid #e5e7eb;border-bottom:2px solid #e5e7eb}.grid-quarter-header span{text-align:center;font-size:.75rem;color:#6b7280;border-right:1px solid #e5e7eb;padding:.25rem 0}.grid-quarter-header span:last-child{border-right:none}.grid-tournament-name{position:sticky;left:0;z-index:20;background:#fff;padding:1rem;border-right:2px solid #e5e7eb;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .2s}.grid-tournament-name:hover{background-color:#eff6ff}.tournament-name-content{display:flex;align-items:flex-start;gap:.75rem}.tournament-name-content i{color:#fbbf24;margin-top:.25rem;font-size:1rem}.tournament-name-title{font-size:.875rem;font-weight:600;color:#1f2937;line-height:1.4;margin-bottom:.25rem}.tournament-name-date{font-size:.75rem;color:#6b7280}.grid-month-cell{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:2px}.grid-quarter-cell{padding:.5rem;text-align:center;position:relative;transition:all .2s ease;cursor:pointer;min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px}.tournament-clickable.grid-quarter-cell:hover{transform:scale(1.1);z-index:10;box-shadow:0 4px 12px #0003}.filled-green{background-color:#10b981;color:#fff}.filled-red{background-color:#ef4444;color:#fff}.filled-blue{background-color:#3b82f6;color:#fff}.filled-purple{background-color:#8b5cf6;color:#fff}.filled-orange{background-color:#f97316;color:#fff}.span-start{border-radius:6px 0 0 6px!important;margin-right:-1px;position:relative;z-index:5}.span-middle{border-radius:0!important;margin-left:-1px;margin-right:-1px;position:relative;z-index:4}.span-end{border-radius:0 6px 6px 0!important;margin-left:-1px;position:relative;z-index:5}.span-complete{border-radius:6px!important}.mobile-only{display:none}.desktop-only{display:block}.mobile-tournament-list{padding:1.5rem}.mobile-tournament-card{background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:12px;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease}.mobile-tournament-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a;border-color:#d1d5db}.mobile-card-content{flex:1}.mobile-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.mobile-color-dot{width:12px;height:12px;border-radius:50%}.mobile-card-header h3{font-size:.9rem;font-weight:600;color:#1f2937;margin:0;line-height:1.3}.mobile-card-date{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem}.mobile-card-badge{margin-top:.25rem}.tournament-badge{padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600}.bg-green-100{background-color:#d1fae5}.text-green-800{color:#065f46}.bg-red-100{background-color:#fee2e2}.text-red-800{color:#991b1b}.bg-blue-100{background-color:#dbeafe}.text-blue-800{color:#1e40af}.bg-orange-100{background-color:#ffedd5}.text-orange-800{color:#9a3412}.mobile-calendar-grid{padding:1.5rem}.mobile-month-selector{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:12px}.month-nav-btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#6b7280}.month-nav-btn:hover{background:#f3f4f6;color:#1f2937}.current-month-display{font-weight:600;color:#1f2937;font-size:1.125rem}.mobile-month-tournaments{display:flex;flex-direction:column}.no-tournaments{text-align:center;padding:3rem 1rem;color:#9ca3af}.no-tournaments i{font-size:3rem;margin-bottom:1rem;display:block}.no-tournaments p{font-size:.875rem}.tournament-modal{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease;overflow:hidden}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff}.modal-header h2{font-size:1.5rem;font-weight:700;margin:0}.modal-close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#fff3}.modal-body{padding:1.5rem;max-height:calc(90vh - 100px);overflow-y:auto}.modal-section{margin-bottom:1.5rem}.modal-section:last-child{margin-bottom:0}.header-section{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;padding:1.5rem;border-radius:12px}.header-content{display:flex;justify-content:space-between;align-items:center}.header-section h3{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.tournament-type-label{font-size:1.125rem;opacity:.9;margin:0;text-transform:capitalize}.header-section i{font-size:3rem;opacity:.8}.details-section,.location-section,.contact-section{padding:1.5rem;border-radius:12px}.details-section{background:#fff}.location-section{background:#eff6ff}.contact-section{background:#f0fdf4}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.detail-column{display:flex;flex-direction:column;gap:1.5rem}.detail-row{display:flex;align-items:flex-start;gap:.75rem}.detail-row i{font-size:1.25rem;margin-top:.125rem;flex-shrink:0}.detail-row.full-width{grid-column:1 / -1}.icon-blue{color:#3b82f6}.icon-green{color:#22c55e}.icon-purple{color:#a855f7}.icon-orange{color:#f97316}.icon-indigo{color:#6366f1}.detail-title{font-weight:600;color:#1f2937;margin-bottom:.25rem;font-size:.875rem}.detail-value{color:#6b7280;font-size:.875rem;line-height:1.5}.detail-value a{color:#3b82f6;text-decoration:none}.detail-value a:hover{color:#2563eb;text-decoration:underline}.modal-section h4{font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:1.125rem}.action-section{display:flex;gap:.75rem;flex-wrap:wrap}.action-btn{flex:1;min-width:150px;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#fff}.btn-register{background:linear-gradient(135deg,#22c55e,#16a34a)}.btn-register:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-2px);box-shadow:0 8px 16px #22c55e40}.btn-download-info{background:linear-gradient(135deg,#3b82f6,#2563eb)}.btn-download-info:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 16px #3b82f640}.btn-call{background:linear-gradient(135deg,#f97316,#ea580c)}.btn-call:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 8px 16px #f9731640}@media (max-width: 768px){.desktop-only{display:none}.mobile-only,.mobile-view-toggle-container{display:block}.tournament-container{padding:0 .5rem}.control-panel-content{flex-direction:column;align-items:stretch}.download-buttons{width:100%}.btn-download,.btn-print{flex:1}.stats-info{justify-content:center}.calendar-view-header{flex-direction:column;align-items:flex-start;gap:1rem}.details-grid{grid-template-columns:1fr}.action-section{flex-direction:column}.action-btn{width:100%;min-width:auto}.modal-body,.header-section,.details-section,.location-section,.contact-section{padding:1rem}}.calendar-grid-wrapper::-webkit-scrollbar{width:8px;height:8px}.calendar-grid-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.calendar-grid-wrapper::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}.calendar-grid-wrapper::-webkit-scrollbar-thumb:hover{background:#2563eb}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.affiliate-page{min-height:100vh;background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding-top:0}.umbrella-section{max-width:1400px;margin:-50px auto 0;padding:0}.umbrella-container{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:0}.umbrella-svg{width:100%;max-width:1000px;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15))}.mpa-main-logo{position:absolute;top:10%;left:50%;transform:translate(-50%);text-align:center;z-index:10}.mpa-main-logo img{width:200px;height:200px;object-fit:contain}.mpa-main-logo p{margin-top:1rem;font-weight:700;font-size:1.125rem;color:#111827}@media (max-width: 768px){.umbrella-svg{max-width:400px}.mpa-main-logo img{width:80px;height:80px}.mpa-main-logo p{font-size:.875rem;padding:.375rem 1rem}.umbrella-section{padding:2rem 1rem}}@media (max-width: 480px){.umbrella-svg{max-width:300px}.mpa-main-logo img{width:60px;height:60px;padding:.5rem}.mpa-main-logo p{font-size:.75rem;padding:.25rem .75rem}}.organization-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:100px 2rem 4rem}.org-container{max-width:1400px;margin:0 auto}.org-header{text-align:center;margin-bottom:3rem}.org-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.org-badge{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:25px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #3b82f64d}.org-chart{display:flex;flex-direction:column;gap:3rem}.top-level{display:grid;grid-template-columns:1fr 2fr 1fr;gap:2rem;align-items:start}.advisors-left,.advisors-right{display:flex;flex-direction:column;gap:1rem}.president-section{display:flex;justify-content:center}.single-position{display:flex;justify-content:center;padding:0 20%}.single-position .org-card{width:100%;max-width:500px}.dual-position{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:0 15%}.executive-level{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:0 2rem}.department-level{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;padding:0 4rem}.subcommittee-level{padding:0 6rem}.subcommittee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.org-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.org-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:scaleX(0);transition:transform .3s ease}.org-card:hover:before{transform:scaleX(1)}.org-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026;border-color:#3b82f6}.org-card.president{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2.5rem;box-shadow:0 8px 32px #667eea66}.org-card.president:before{display:none}.org-card.president:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px #667eea80}.org-card.advisor{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.org-card.advisor:before{display:none}.org-card.executive{border-left:4px solid #3b82f6}.org-card.department{border-left:4px solid #10b981}.org-card.subcommittee{border-left:4px solid #f59e0b;padding:1.5rem}.card-role{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;opacity:.9}.org-card.president .card-role,.org-card.advisor .card-role{color:#ffffffe6}.card-name{font-size:1.25rem;font-weight:700;line-height:1.4;color:#1f2937}.org-card.president .card-name,.org-card.advisor .card-name{color:#fff;font-size:1.4rem}.level-connector{display:flex;justify-content:center;margin:-1rem 0;position:relative}.connector-line{width:2px;height:2rem;background:linear-gradient(180deg,#3b82f6,transparent)}.section-title{text-align:center;font-size:1.1rem;font-weight:600;color:#6b7280;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}@media (max-width: 1024px){.organization-page{padding:80px 1rem 3rem}.org-header h1{font-size:2rem}.top-level{grid-template-columns:1fr;gap:1.5rem}.advisors-left,.advisors-right{order:2}.president-section{order:1}.single-position{padding:0 2rem}.dual-position{grid-template-columns:1fr 1fr;padding:0 2rem}.executive-level{grid-template-columns:1fr 1fr;padding:0 1rem}.department-level{grid-template-columns:1fr;padding:0 1rem}.subcommittee-level{padding:0 1rem}.subcommittee-grid{grid-template-columns:1fr 1fr}.connector-line{display:none}}@media (max-width: 640px){.single-position{padding:0 1rem}.dual-position,.executive-level,.subcommittee-grid{grid-template-columns:1fr;padding:0 1rem}.org-card{padding:1.5rem}.card-name{font-size:1.1rem}.org-card.president .card-name{font-size:1.2rem}}.news-page{width:100%;background:#f9fafb;min-height:100vh}.news-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:4rem 2rem;text-align:center}.news-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.news-hero p{font-size:1.125rem;color:#ffffffe6}.news-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;padding:5rem 0 3rem}.news-main{padding:0}.news-article-date{font-size:.875rem;color:#6b7280;margin-bottom:1rem;font-weight:500}.news-article-title{font-size:2.25rem;font-weight:800;color:#111827;margin-bottom:2rem;line-height:1.2}.news-article-image{width:100%;border-radius:12px;overflow:hidden;margin-bottom:2rem}.news-article-image img{width:100%;height:auto;display:block}.news-article-content{font-size:1.0625rem;line-height:1.8;color:#374151;white-space:pre-wrap}.news-sidebar{position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto}.news-sidebar h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.news-list{display:flex;flex-direction:column;gap:1rem}.news-list-item{background:#fff;border-radius:12px;padding:1rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent;display:flex;gap:1rem}.news-list-item:hover{border-color:#e5e7eb;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.news-list-item.active{border-color:#1e293b;background:#f9fafb}.news-list-image{flex-shrink:0;width:80px;height:60px;border-radius:6px;overflow:hidden}.news-list-image img{width:100%;height:100%;object-fit:cover;display:block}.news-list-content{flex:1;min-width:0}.news-list-date{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.news-list-item h4{font-size:.9375rem;font-weight:600;color:#111827;margin:0 0 .25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-list-item p{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.loading-state i,.empty-state i{font-size:3rem;margin-bottom:1rem}.loading-state i{color:#1e293b}.loading-state p,.empty-state p{font-size:1rem;color:#6b7280}@media (max-width: 968px){.news-layout{grid-template-columns:1fr}.news-sidebar{position:static;max-height:none}.news-hero h1{font-size:2rem}.news-article-title{font-size:1.75rem}.news-main{padding:1.5rem}}.milestones-page{min-height:100vh;background:linear-gradient(to bottom,#f8fafc,#fff);padding-bottom:4rem}.milestones-hero{background:linear-gradient(135deg,#1e293b,#334155,#475569);padding:6rem 2rem 4rem;text-align:center;color:#fff;position:relative;overflow:hidden}.milestones-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(251,191,36,.1) 0%,transparent 50%);animation:float 15s ease-in-out infinite}@keyframes float{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.milestones-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;position:relative;z-index:1;letter-spacing:-.02em}.milestones-hero p{font-size:1.25rem;opacity:.9;position:relative;z-index:1;font-weight:500}.milestones-timeline{max-width:1400px;margin:4rem auto;padding:0 2rem;position:relative}.milestones-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#3b82f6,#fbbf24);transform:translate(-50%)}.milestone-card{position:relative;margin-bottom:6rem;display:flex;justify-content:center;align-items:center}.milestone-card.left .milestone-content-wrapper{flex-direction:row}.milestone-card.right .milestone-content-wrapper{flex-direction:row-reverse}.milestone-content-wrapper{display:flex;gap:4rem;align-items:center;max-width:90%;position:relative;z-index:2}.milestone-image-section{flex:1;max-width:500px}.milestone-image-container{width:100%;height:350px;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000026;transition:all .4s ease}.milestone-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.milestone-card:hover .milestone-image-container{box-shadow:0 30px 60px #00000040;transform:translateY(-8px)}.milestone-card:hover .milestone-image-container img{transform:scale(1.1)}.milestone-image-placeholder{width:100%;height:350px;border-radius:16px;background:linear-gradient(135deg,#e5e7eb,#f3f4f6);display:flex;align-items:center;justify-content:center;font-size:4rem;color:#9ca3af}.milestone-text-section{flex:1;max-width:500px;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid #e5e7eb;transition:all .3s ease}.milestone-card:hover .milestone-text-section{box-shadow:0 20px 40px #00000026;transform:translateY(-4px);border-color:#3b82f6}.milestone-date-badge{display:inline-block;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.625rem 1.25rem;border-radius:50px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;box-shadow:0 4px 6px -1px #3b82f666}.milestone-text-section h2{font-size:1.75rem;color:#1f2937;margin-bottom:1rem;font-weight:700;line-height:1.3;letter-spacing:-.01em}.milestone-text-section p{font-size:1rem;color:#6b7280;line-height:1.8;margin:0}.milestone-connector{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}.milestone-dot{width:24px;height:24px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border:4px solid white;border-radius:50%;box-shadow:0 4px 12px #fbbf2480;position:relative;z-index:3}.milestone-line{position:absolute;top:24px;left:50%;transform:translate(-50%);width:4px;height:120px;background:linear-gradient(to bottom,#3b82f6,#fbbf24)}.milestone-number{position:absolute;top:-10px;left:50%;transform:translate(-50%);width:50px;height:50px;background:linear-gradient(135deg,#1e293b,#334155);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#fff;box-shadow:0 4px 12px #1e293b66;border:4px solid white;z-index:4}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.spinner{font-size:3rem;color:#3b82f6}.spinner i{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p{font-size:1.125rem;color:#6b7280}.no-milestones{text-align:center;padding:4rem 2rem}.no-milestones i{font-size:4rem;color:#d1d5db;margin-bottom:1.5rem}.no-milestones h3{font-size:1.5rem;color:#374151;margin-bottom:.5rem}.no-milestones p{color:#6b7280;font-size:1rem}@media (max-width: 968px){.milestones-timeline:before{left:30px}.milestone-card.left .milestone-content-wrapper,.milestone-card.right .milestone-content-wrapper{flex-direction:column!important;max-width:100%;margin-left:60px}.milestone-content-wrapper{gap:2rem}.milestone-connector,.milestone-number{left:30px}.milestone-image-section,.milestone-text-section{max-width:100%}.milestone-image-container,.milestone-image-placeholder{height:250px}.milestone-text-section{padding:1.5rem}.milestone-text-section h2{font-size:1.5rem}}@media (max-width: 768px){.milestones-hero h1{font-size:2rem}.milestones-hero p{font-size:1rem}.milestone-card{margin-bottom:4rem}.milestone-text-section h2{font-size:1.25rem}.milestone-text-section p{font-size:.9375rem}.milestone-number{width:40px;height:40px;font-size:1rem}.milestone-dot{width:20px;height:20px}.milestone-line{height:80px}}.tournament-guidelines-page{min-height:100vh;background:#fff}.guidelines-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.guidelines-header p{font-size:1.1rem;margin:0;opacity:.95}.guidelines-body .container{max-width:1000px;margin:0 auto;padding:0 2rem}.guidelines-body h2.template-title{color:#e74c3c;border-bottom-color:#e74c3c;margin-top:4rem}.note{color:#6c757d;font-style:italic;font-size:.95rem}.banner-example{margin:2rem 0;text-align:center}.banner-example img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem}.document-template{background:#fff;border:2px solid #2c3e50;padding:3rem;margin:3rem 0;box-shadow:0 4px 12px #00000026;position:relative}.document-template:before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#2c3e50,#3498db)}.document-template .template-title{text-align:center;color:#2c3e50;font-size:1.6rem;font-weight:700;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:none;text-transform:uppercase;letter-spacing:.5px}.document-template .template-name{text-align:center;color:#2c3e50;font-weight:600;font-size:1.1rem;margin:0 0 2rem;padding-bottom:1.5rem;border-bottom:2px solid #2c3e50}.document-template h3{color:#2c3e50;font-size:1.2rem;font-weight:700;margin:2rem 0 1rem;text-transform:uppercase;letter-spacing:.3px}.document-template h4{color:#34495e;font-size:1.05rem;font-weight:600;margin:1.5rem 0 .75rem}.document-template p{text-align:justify;line-height:1.9;margin-bottom:1rem}.document-template ul{margin:1rem 0 1.5rem}.document-template li{text-align:justify;line-height:1.9}.document-template .signature-section{margin:3rem 0 2rem;padding-top:2rem;border-top:2px solid #2c3e50;text-align:left}.document-template .signature-section p{text-align:left;margin-bottom:.5rem;font-size:.95rem}.document-template .signature-line{font-family:Courier New,monospace;color:#2c3e50;display:block;margin:1.5rem 0}.document-template .disclaimer{background:#f8f9fa;border:1px solid #dee2e6;border-left:4px solid #2c3e50;padding:1.25rem;margin:2.5rem 0 0;border-radius:4px;color:#495057;font-size:.85rem;font-style:italic;line-height:1.7;text-align:left}@media (max-width: 768px){.guidelines-header{padding:2rem 1rem}.guidelines-header h1{font-size:1.75rem}.guidelines-header p{font-size:1rem}.guidelines-body{padding:2rem 0 3rem}.guidelines-body .container{padding:0 1rem}.guidelines-body h2{font-size:1.5rem}.guidelines-body h3{font-size:1.2rem}.guidelines-body h4{font-size:1.05rem}.document-template{padding:1.5rem;margin:2rem 0}.document-template .template-title{font-size:1.3rem}.document-template h3{font-size:1.1rem}.document-template h4{font-size:1rem}}.venue-guidelines-page{min-height:100vh;background:#fff}.guidelines-header{background:#2c3e50;color:#fff;padding:3rem 0;text-align:center;border-bottom:4px solid #3498db}.guidelines-header h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.guidelines-header p{font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px;opacity:.95}.guidelines-body{padding:3rem 0 4rem}.guidelines-body .container{max-width:1100px;margin:0 auto;padding:0 2rem}.guidelines-body h2{color:#2c3e50;font-size:1.8rem;font-weight:700;margin:3rem 0 1.5rem;padding-bottom:.75rem;border-bottom:3px solid #3498db}.guidelines-body h2:first-child{margin-top:0}.guidelines-body h3{color:#34495e;font-size:1.3rem;font-weight:600;margin:2rem 0 1rem}.guidelines-body h4{color:#495057;font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem}.guidelines-body p{color:#495057;line-height:1.8;margin:0 0 1.25rem;font-size:1rem}.guidelines-body ul{margin:0 0 1.5rem;padding-left:2rem}.guidelines-body li{color:#495057;line-height:1.8;margin-bottom:.75rem}.guidelines-body strong{color:#2c3e50;font-weight:600}.highlight-text{background:#e3f2fd;border-left:4px solid #3498db;padding:1rem 1.25rem;margin:1.5rem 0;border-radius:4px;color:#1565c0}.diagrams-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0}.diagram-section{text-align:center}.diagram-section h3{text-align:center;margin-bottom:1rem;font-size:1.15rem}.diagram-section img{max-width:70%;height:auto;border-radius:0;box-shadow:none;border:none}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.specs-grid ul{list-style:none;padding-left:0}.specs-grid li{padding-left:1.25rem;position:relative}.specs-grid li:before{content:"•";position:absolute;left:0;color:#3498db;font-weight:700}.tolerance-list{margin:1.5rem 0 2rem}.tolerance-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.tolerance-item:last-child{border-bottom:none}.tolerance-item span:first-child{color:#495057}.tolerance-item .measurement{font-family:Courier New,monospace;font-weight:600;color:#2c3e50;font-size:.95rem}.layout-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:1.5rem 0}.two-column-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}@media (max-width: 768px){.guidelines-header{padding:2rem 1rem}.guidelines-header h1{font-size:1.75rem}.guidelines-header p{font-size:1rem}.guidelines-body{padding:2rem 0 3rem}.guidelines-body .container{padding:0 1rem}.guidelines-body h2{font-size:1.5rem}.guidelines-body h3{font-size:1.2rem}.guidelines-body h4{font-size:1.05rem}.diagrams-grid,.specs-grid,.layout-grid,.two-column-grid{grid-template-columns:1fr;gap:1.5rem}.tolerance-item{flex-direction:column;align-items:flex-start;gap:.25rem}}.training-program-page{min-height:100vh;background:#f9fafb}.training-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:3rem 2rem;text-align:center}.training-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.training-header p{font-size:1.1rem;margin:0;opacity:.95}.training-body{max-width:1400px;margin:0 auto;padding:3rem 2rem}.calendar-section{margin-bottom:4rem}.calendar-section h2{color:#1f2937;font-size:2rem;font-weight:700;margin:0 0 2rem;padding-bottom:.75rem;border-bottom:3px solid #10b981}.calendar-container{background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 10px #0000001a;display:grid;grid-template-columns:2fr 1fr;gap:30px;min-height:600px}.calendar-grid-area{display:flex;flex-direction:column}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.calendar-header h3{margin:0;font-size:1.25rem;color:#1f2937}.calendar-nav{background:none;border:1px solid #dee2e6;border-radius:4px;padding:8px 12px;cursor:pointer;font-size:16px;transition:all .3s ease}.calendar-nav:hover{background:#f8f9fa}.calendar-month{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#dee2e6;border-radius:8px;overflow:hidden}.calendar-day-header{padding:12px;background:#495057;color:#fff;text-align:center;font-weight:500;font-size:14px}.calendar-day{padding:8px;background:#fff;min-height:60px;cursor:pointer;position:relative;transition:all .2s ease}.calendar-day.empty{background:#f8f9fa;cursor:default}.calendar-day.today{background:#e3f2fd;border:2px solid #2196f3}.calendar-day.selected{background:#007bff;color:#fff}.calendar-day:not(.empty):hover{background:#f0f0f0}.calendar-day.selected:hover{background:#0056b3}.day-number{font-weight:400;font-size:14px}.calendar-day.today .day-number{font-weight:600}.event-dots{position:absolute;bottom:4px;left:4px;right:4px;display:flex;gap:2px;flex-wrap:wrap}.event-dot{width:8px;height:8px;border-radius:50%}.event-dot.course{background:#3b82f6}.event-dot.clinic{background:#10b981}.event-more{font-size:8px;color:#6c757d;margin-left:2px}.calendar-day.selected .event-more{color:#fff}.calendar-legend{margin-top:15px;padding:10px;background:#f8f9fa;border-radius:4px;font-size:12px;display:flex;gap:15px}.legend-item{display:flex;align-items:center;gap:5px}.legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.legend-dot.course{background:#3b82f6}.legend-dot.clinic{background:#10b981}.selected-date-details{display:flex;flex-direction:column}.selected-date-details h4{margin-top:0;color:#495057;font-size:1.1rem;padding-bottom:15px;border-bottom:2px solid #e9ecef}.no-events{text-align:center;padding:40px 20px;color:#6c757d;background:#f8f9fa;border-radius:8px}.no-events p{margin:0}.events-list{max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.event-card{background:#f8f9fa;border-radius:8px;padding:15px;border-left:4px solid #10b981}.event-card.course{border-left-color:#3b82f6}.event-card.clinic{border-left-color:#10b981}.event-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:10px}.event-card-header h5{margin:0;font-size:1rem;color:#1f2937;flex:1}.event-description{color:#6b7280;font-size:.875rem;margin-bottom:10px;line-height:1.5}.event-info{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.info-row{display:flex;align-items:center;gap:8px;color:#4b5563;font-size:.813rem}.info-row i{color:#10b981;width:14px;font-size:.813rem}.all-programs-section{margin-top:4rem}.all-programs-section h2{color:#1f2937;font-size:2rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:3px solid #10b981}.programs-tabs{display:flex;gap:10px;margin-bottom:2rem}.tab-btn{padding:.75rem 1.5rem;background:#fff;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.tab-btn:hover{background:#f8f9fa}.tab-btn.active{background:#10b981;color:#fff;border-color:#10b981}.training-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.training-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.training-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.card-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;flex:1}.badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.badge.course{background:#dbeafe;color:#1e40af}.badge.clinic{background:#d1fae5;color:#065f46}.description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-size:.875rem}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.info-item{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.875rem}.info-item i{color:#10b981;width:16px;text-align:center;font-size:.875rem}.enroll-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.enroll-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:scale(1.02)}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1rem}@media (max-width: 1024px){.calendar-container{grid-template-columns:1fr}}@media (max-width: 768px){.training-header{padding:2rem 1rem}.training-header h1{font-size:2rem}.training-body{padding:2rem 1rem}.calendar-container{padding:20px}.training-list{grid-template-columns:1fr;gap:1.5rem}.info-grid{grid-template-columns:1fr}}.admin-login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}.admin-login-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%)}.login-header{text-align:center;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:2px solid #f0f0f0}.login-header h1{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin-bottom:4rem!important;letter-spacing:-.02em}.login-header p{color:#666;font-size:.9375rem;font-weight:500}.form-group input:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a}.toggle-password:hover{color:#667eea;background:#667eea0d}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.125rem;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;margin-top:.75rem;box-shadow:0 4px 12px #667eea66;text-transform:uppercase;letter-spacing:.05em}.login-button:hover:not(:disabled){background:linear-gradient(135deg,#5568d3,#6a3f8f);box-shadow:0 6px 16px #667eea80;transform:translateY(-2px)}.back-link{display:block;text-align:center;color:#6b7280;text-decoration:none;font-size:.9375rem;margin-top:1.5rem;padding:.75rem;transition:all .2s ease;font-weight:500;border-radius:8px}.back-link:hover{color:#667eea;background:#667eea0d}.admin-note{text-align:center;color:#dc2626;font-size:.875rem;font-weight:600;font-style:italic;margin-top:2rem;padding-top:1.5rem;border-top:2px solid rgba(220,38,38,.2)}@media (max-width: 480px){.admin-login-page{padding:1rem}.login-card{padding:2.5rem 2rem}.login-header{margin-bottom:2rem;padding-bottom:1.25rem}.login-header h1{font-size:1.5rem}.login-logo{margin-bottom:1.25rem}.form-group input{padding:.875rem 1rem}}.manage-tournament{padding:0}.manage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.header-content h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.header-content h2 i{color:#3b82f6}.sync-info{color:#6b7280;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.sync-info i{color:#10b981}.btn-refresh{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-refresh:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.btn-refresh:disabled{opacity:.5;cursor:not-allowed}.spinner{font-size:3rem;color:#3b82f6;margin-bottom:1rem}.loading-state p{color:#6b7280;font-size:1rem}.filter-section{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.search-box{position:relative;max-width:400px}.search-box i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af}.search-box input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease;outline:none}.search-box input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem}.filter-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.color-dot{width:10px;height:10px;border-radius:50%}.dot-green{background:#22c55e}.dot-red{background:#ef4444}.dot-blue{background:#3b82f6}.dot-orange{background:#f97316}.tournaments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.tournament-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease}.tournament-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.card-header{padding:1.25rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.card-title{display:flex;align-items:flex-start;gap:.75rem;flex:1}.color-indicator{width:4px;height:100%;min-height:40px;border-radius:2px;flex-shrink:0}.color-indicator.color-green{background:#22c55e}.color-indicator.color-red{background:#ef4444}.color-indicator.color-blue{background:#3b82f6}.color-indicator.color-orange{background:#f97316}.card-title h3{font-size:1rem;font-weight:600;color:#1f2937;margin:0;line-height:1.4}.type-badge{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.badge-green{background:#dcfce7;color:#166534}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1e40af}.badge-orange{background:#ffedd5;color:#9a3412}.badge-gray{background:#f3f4f6;color:#374151}.card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.info-row{display:flex;align-items:flex-start;gap:.75rem;color:#4b5563;font-size:.875rem}.info-row i{color:#9ca3af;width:16px;text-align:center;margin-top:2px;flex-shrink:0}.card-footer{padding:1rem 1.25rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem}.btn-view,.btn-delete{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none}.btn-view{background:#eff6ff;color:#1e40af}.btn-view:hover{background:#dbeafe}.no-results{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#6b7280}.no-results i{font-size:3rem;margin-bottom:1rem;opacity:.5}.no-results h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#374151}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow:hidden}.modal-content{background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.modal-body{padding:2rem;overflow-y:auto;flex:1}.detail-section{margin-bottom:2rem}.detail-section:last-child{margin-bottom:0}.detail-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.detail-title-row h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.application-id{color:#6b7280;font-size:.875rem;margin-bottom:0}.detail-section h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.detail-section h4 i{color:#3b82f6}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item.full-width{grid-column:1 / -1}.detail-item label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.detail-item p{font-size:.875rem;color:#1f2937;margin:0}.detail-item a{color:#3b82f6;text-decoration:none}.detail-item a:hover{text-decoration:underline}.description{color:#4b5563;line-height:1.6;white-space:pre-wrap}.status-approved{display:inline-block;padding:.25rem .75rem;background:#dcfce7;color:#166534;border-radius:6px;font-weight:600;font-size:.875rem}.categories-table{overflow-x:auto}.categories-table table{width:100%;border-collapse:collapse}.categories-table th{background:#f9fafb;padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.categories-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;font-size:.875rem;color:#4b5563}.btn-secondary,.btn-danger{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:.5rem}.delete-modal h3{text-align:center;font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.warning-text{text-align:center;color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.delete-info{background:#f9fafb;padding:1rem;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.delete-info .info-row{font-size:.875rem}@media (max-width: 768px){.tournaments-grid,.detail-grid{grid-template-columns:1fr}.filter-buttons{overflow-x:auto;flex-wrap:nowrap}.modal-content{max-height:95vh}.modal-body{padding:1.5rem}}.manage-journey{padding:0}.manage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.header-content h2{font-size:1.875rem;font-weight:800;color:#111827;margin:0;display:flex;align-items:center;gap:.75rem}.header-content h2 i{color:#1e293b;font-size:1.75rem}.subtitle{color:#6b7280;font-size:.875rem;margin:0}.btn-create{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1e293b40}.btn-create:hover{background:linear-gradient(135deg,#334155,#475569);transform:translateY(-2px);box-shadow:0 8px 16px #1e293b59}.loading-state{text-align:center;padding:4rem 2rem}.spinner{font-size:3rem;color:#1e293b;margin-bottom:1rem}.loading-state p{color:#6b7280;font-size:1rem;font-weight:500}.error-banner{background:#fee2e2;border:1px solid #ef4444;border-radius:8px;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;color:#991b1b}.error-banner i{font-size:1.25rem}.error-banner button{margin-left:auto;background:none;border:none;color:#991b1b;cursor:pointer;padding:.25rem;font-size:1.25rem}.milestones-list{display:flex;flex-direction:column;gap:1.5rem}.milestone-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;gap:1.5rem;align-items:flex-start;transition:all .3s ease;box-shadow:0 2px 4px #0000000a}.milestone-item:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.milestone-year-badge{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:.75rem 1.25rem;border-radius:10px;font-weight:700;font-size:1.25rem;white-space:nowrap;box-shadow:0 4px 12px #1e293b40}.milestone-details{flex:1;display:flex;gap:1.5rem;align-items:flex-start}.milestone-image{width:120px;height:120px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f3f4f6}.milestone-image img{width:100%;height:100%;object-fit:cover}.milestone-info{flex:1}.milestone-info h3{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .5rem}.milestone-info p{color:#6b7280;line-height:1.7;margin:0;font-size:.9375rem}.milestone-actions{display:flex;gap:.75rem;flex-shrink:0}.btn-edit,.btn-delete{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none;min-width:100px}.btn-edit{background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.btn-edit:hover{background:linear-gradient(135deg,#334155,#475569);transform:translateY(-1px);box-shadow:0 4px 8px #1e293b33}.btn-delete:hover{background:#fecaca;transform:translateY(-1px)}.no-milestones{text-align:center;padding:4rem 2rem;color:#6b7280;background:#fff;border:2px dashed #e5e7eb;border-radius:12px}.no-milestones i{font-size:3rem;margin-bottom:1rem;opacity:.5}.no-milestones h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#374151}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:10}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;display:flex;align-items:center;gap:.75rem}.modal-header h2 i{color:#1e293b}.modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;font-size:1.5rem;transition:color .2s ease}.modal-close:hover{color:#1f2937}.form-row{display:grid;grid-template-columns:1fr 2fr;gap:1rem;margin-bottom:1.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-group label i{color:#6b7280}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease;outline:none;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-color:#1e293b;box-shadow:0 0 0 3px #1e293b1a}.form-group textarea{resize:vertical;min-height:100px}.image-upload-area{border:2px dashed #e5e7eb;border-radius:8px;padding:2rem;text-align:center;transition:all .2s ease}.image-upload-area:hover{border-color:#1e293b;background:#f8fafc}.upload-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;color:#6b7280}.upload-label i{font-size:2rem;color:#1e293b}.upload-label span{font-weight:600;color:#374151}.upload-label small{font-size:.75rem;color:#9ca3af}.image-preview-container{display:flex;flex-direction:column;gap:1rem}.image-preview{width:100%;max-height:300px;object-fit:contain;border-radius:8px;border:1px solid #e5e7eb}.remove-image{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;background:#fee2e2;color:#991b1b;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.remove-image:hover{background:#fecaca}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem;position:sticky;bottom:0;background:#fff}.btn-secondary,.btn-primary,.btn-danger{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;box-shadow:0 4px 12px #1e293b40}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#334155,#475569);transform:translateY(-2px);box-shadow:0 8px 16px #1e293b59}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.delete-modal{max-width:500px}.warning-icon{text-align:center;font-size:3rem;color:#ef4444;margin-bottom:1rem}.delete-modal h3{text-align:center;font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.delete-info{background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:1rem}.delete-item{color:#374151;font-size:.875rem;margin-bottom:.5rem}.warning-text{color:#6b7280;font-size:.875rem;margin:0}@media (max-width: 768px){.milestone-item,.milestone-details{flex-direction:column}.milestone-image{width:100%;height:200px}.milestone-actions{width:100%}.milestone-actions button{flex:1}.form-row{grid-template-columns:1fr}.modal-body{padding:1.5rem}}.manage-players{width:100%}.content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.player-stats{display:flex;gap:1rem}.stat-badge{display:flex;align-items:center;gap:.5rem;background:#fff;color:#1f2937;padding:.75rem 1.25rem;border-radius:12px;font-weight:600;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.stat-badge i{font-size:1.125rem;color:#1f2937}.filters-section{display:flex;gap:.75rem;margin-bottom:1.5rem;background:#fff;padding:1rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;align-items:center}.search-box{flex:1;min-width:250px;position:relative}.filters-container{display:flex;gap:.5rem;align-items:center}.filter-select{padding:.5rem .875rem;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;min-width:130px}.filter-select:hover{border-color:#d1d5db;color:#374151}.filter-select:focus{outline:none;border-color:#1f2937;color:#111827;box-shadow:0 0 0 3px #1f29370d}.search-box i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:.9375rem}.search-box input{width:100%;padding:.625rem 1rem .625rem 2.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff;color:#374151}.search-box input::placeholder{color:#9ca3af}.search-box input:hover{border-color:#d1d5db}.search-box input:focus{outline:none;border-color:#1f2937;color:#111827;box-shadow:0 0 0 3px #1f29370d}.content-body{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:visible;box-shadow:0 1px 2px #0000000d;position:relative;z-index:1}.players-table-container{overflow:visible}.players-table{width:100%;border-collapse:collapse}.players-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.players-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.players-table td{padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:.9375rem}.players-table td:last-child{overflow:visible!important;position:relative}.players-table tbody tr{transition:background .15s ease;position:relative}.players-table tbody tr:hover{background:#f9fafb}.players-table tbody tr:last-child td{border-bottom:none}.mpa-id-cell .mpa-id{font-weight:700;color:#1f2937;font-family:Courier New,monospace;font-size:.875rem;background:#f3f4f6;padding:.375rem .625rem;border-radius:6px;display:inline-block}.player-name{font-weight:600;color:#111827}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-active{background:#d1fae5;color:#065f46}.status-inactive{background:#fee2e2;color:#991b1b}.status-suspended{background:#fef3c7;color:#92400e}.action-dropdown{position:relative;display:inline-block;z-index:10}.players-table tbody tr:has(.action-dropdown){z-index:10;position:relative}.dropdown-trigger{background:#fff;border:1px solid #e5e7eb;padding:.5rem .75rem;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280;font-size:1rem}.dropdown-trigger:hover{background:#f9fafb;border-color:#d1d5db;color:#111827;box-shadow:0 1px 3px #0000001a}.dropdown-menu{position:absolute;left:100%;top:0;margin-left:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:9999;min-width:160px;animation:dropdownSlideRight .15s ease;max-height:300px;overflow-y:auto}@keyframes dropdownSlideRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.dropdown-item{width:100%;background:transparent;border:none;padding:.625rem 1rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;color:#374151;font-size:.875rem;transition:all .15s ease;font-weight:500}.dropdown-item:first-child{border-radius:8px 8px 0 0}.dropdown-item:last-child{border-radius:0 0 8px 8px}.dropdown-item i{font-size:.875rem;width:16px;text-align:center}.dropdown-item:hover{background:#f9fafb;color:#111827}.dropdown-item-danger{color:#dc2626}.dropdown-item-danger:hover{background:#fee2e2;color:#991b1b}.modal-content{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 25px -5px #0000001a}.modal-close{background:#f3f4f6;border:none;width:36px;height:36px;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:1.5rem;font-weight:400;flex-shrink:0;z-index:10;line-height:1}.player-details-header{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f3f4f6}.player-photo{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #f3f4f6}.player-photo-placeholder{width:100px;height:100px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:2.5rem}.player-basic-info h3{margin:0 0 .5rem;color:#111827;font-size:1.5rem;font-weight:700}.player-mpa-id{color:#6b7280;margin:0 0 1rem;font-size:.9375rem}.player-mpa-id strong{color:#1f2937;font-family:Courier New,monospace;font-weight:700}.player-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.detail-section{background:#f9fafb;padding:1.25rem;border-radius:12px}.detail-section h4{margin:0 0 1rem;color:#111827;font-size:1rem;font-weight:700;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.detail-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#6b7280;font-weight:500;font-size:.875rem}.detail-item .value{color:#111827;font-weight:600;text-align:right;font-size:.9375rem}.form-group input,.form-group select,.form-group textarea{padding:.625rem .875rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .2s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1f2937;box-shadow:0 0 0 3px #1f29370d}.form-group input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.btn-primary:hover{background:#111827;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.credentials-modal{max-width:500px}.credentials-info{background:#f9fafb;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.credential-item{margin-bottom:1.5rem}.credential-item:last-child{margin-bottom:0}.credential-item label{display:block;color:#6b7280;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.credential-value{display:flex;align-items:center;gap:.75rem;background:#fff;padding:.75rem 1rem;border-radius:8px;border:1px solid #e5e7eb}.credential-value span{flex:1;font-family:Courier New,monospace;font-size:1rem;color:#111827;font-weight:600}.password-text{letter-spacing:2px}.password-hashed{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.password-hashed i.fa-lock{color:#9ca3af;font-size:1.5rem}.password-hashed span{color:#6b7280;font-size:.875rem}.btn-reset-password{background:#3b82f6;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;font-size:.875rem;font-weight:600;margin-top:.5rem}.btn-reset-password:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #3b82f64d}.copy-btn{background:#1f2937;color:#fff;border:none;padding:.5rem .75rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;font-size:.875rem}.copy-btn:hover{background:#111827;transform:translateY(-1px)}.credentials-warning{display:flex;align-items:center;gap:.75rem;background:#fef3c7;padding:1rem;border-radius:8px;border:1px solid #fde68a}.credentials-warning i{color:#d97706;font-size:1.25rem}.credentials-warning p{margin:0;color:#92400e;font-size:.875rem;font-weight:500}.recipient-info{display:flex;align-items:center;gap:.75rem;background:#f9fafb;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #e5e7eb}.recipient-info i{color:#6b7280;font-size:1rem}.recipient-info span{color:#374151;font-size:.9375rem;font-weight:500}.btn-primary i{margin-right:.5rem}@media (max-width: 1024px){.filters-section{flex-wrap:wrap}.search-box{flex:1 1 100%;min-width:100%}.filters-container{flex:1 1 100%;justify-content:flex-start}}@media (max-width: 768px){.filters-container{flex-wrap:wrap}.filter-select{flex:1 1 calc(50% - .25rem);min-width:120px}.players-table{font-size:.875rem}.players-table th,.players-table td{padding:.75rem .875rem}.player-details-header{flex-direction:column;align-items:center;text-align:center}.content-header{flex-direction:column;align-items:flex-start}.player-stats{width:100%}.stat-badge{flex:1;justify-content:center}}.print-dropdown-container{position:relative}.btn-print{display:flex;align-items:center;gap:.5rem;background:#1f2937;color:#fff;padding:.75rem 1.25rem;border-radius:12px;font-weight:600;border:none;box-shadow:0 1px 2px #0000000d;cursor:pointer;transition:all .2s ease;font-size:.9375rem}.btn-print:hover{background:#111827;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.btn-print i{font-size:1rem}.print-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;min-width:240px;overflow:hidden;animation:dropdownSlideDown .2s ease}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.print-dropdown-item{width:100%;background:transparent;border:none;padding:.75rem 1rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;color:#374151;font-size:.9375rem;transition:all .15s ease;font-weight:500}.print-dropdown-item i{width:18px;text-align:center;color:#6b7280}.print-dropdown-item:hover{background:#f9fafb;color:#111827}.print-dropdown-item:hover i{color:#1f2937}.print-dropdown-item:first-child{border-bottom:1px solid #f3f4f6}.select-players-modal{max-width:600px}.modal-description{color:#6b7280;font-size:.9375rem;margin-bottom:1.5rem;line-height:1.5}.players-selection-list{max-height:400px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem;background:#f9fafb}.player-checkbox-item{display:flex;align-items:center;padding:.75rem;background:#fff;border-radius:6px;margin-bottom:.5rem;transition:all .2s ease;border:1px solid transparent}.player-checkbox-item:last-child{margin-bottom:0}.player-checkbox-item:hover{background:#f9fafb;border-color:#e5e7eb}.player-checkbox-item input[type=checkbox]{width:18px;height:18px;margin-right:1rem;cursor:pointer;accent-color:#1f2937}.player-checkbox-item label{flex:1;display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin:0}.player-check-name{font-weight:600;color:#111827;font-size:.9375rem}.player-check-id{font-family:Courier New,monospace;color:#6b7280;font-size:.875rem;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px}.selection-summary{margin-top:1rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;text-align:center;font-weight:600;color:#374151;font-size:.875rem;border:1px solid #e5e7eb}.players-selection-list::-webkit-scrollbar{width:8px}.players-selection-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.players-selection-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.players-selection-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.manage-news{width:100%}.content-header{margin-bottom:2rem}.tabs-section{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.tab-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:#6b7280;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.tab-btn:hover{color:#1f2937;background:#f9fafb}.tab-btn.active{color:#1f2937;border-bottom-color:#1f2937}.tab-btn i{font-size:1.125rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;color:#111827;margin:0;font-weight:700}.btn-add{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#1f2937;color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.btn-add:hover{background:#111827;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.content-body{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:2rem;box-shadow:0 1px 2px #0000000d}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#9ca3af}.loading-state i,.empty-state i{font-size:2.5rem;margin-bottom:1rem}.loading-state i{color:#1f2937}.loading-state p,.empty-state p{font-size:.9375rem;color:#6b7280;margin:0}.news-list{display:grid;gap:1.5rem}.news-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease}.news-card:hover{border-color:#1f2937;box-shadow:0 4px 6px -1px #0000001a}.news-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.news-card-header h3{font-size:1.125rem;color:#111827;margin:0;font-weight:600;flex:1}.news-card-actions{display:flex;gap:.5rem}.btn-edit,.btn-delete-icon{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.btn-edit:hover{background:#1f2937;color:#fff;border-color:#1f2937}.btn-delete-icon:hover{background:#ef4444;color:#fff;border-color:#ef4444}.news-date{color:#6b7280;font-size:.875rem;margin:0 0 .75rem}.news-summary{color:#374151;line-height:1.6;margin:0}.video-preview{max-width:800px;margin:0 auto}.video-container{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:1.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-preview h3{font-size:1.5rem;color:#111827;margin:0 0 1rem;font-weight:700}.video-preview p{color:#6b7280;line-height:1.6;margin:0}.modal-content{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 25px -5px #0000001a}.modal-close{background:#f3f4f6;border:none;width:36px;height:36px;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:1.5rem;flex-shrink:0}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1f2937;box-shadow:0 0 0 3px #1f29370d}.form-group textarea{resize:vertical}.form-group small{display:block;margin-top:.5rem;color:#6b7280;font-size:.8125rem}.image-preview{margin-top:1rem;border-radius:8px;overflow:hidden;max-width:100%}.image-preview img{width:100%;max-height:300px;object-fit:cover;display:block}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.btn-primary{background:#1f2937;color:#fff}.btn-primary:hover{background:#111827}@media (max-width: 768px){.tabs-section{flex-direction:column;gap:0}.tab-btn{border-bottom:1px solid #e5e7eb;border-left:3px solid transparent;margin-bottom:0}.tab-btn.active{border-left-color:#1f2937;border-bottom-color:#e5e7eb}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.news-card-header{flex-direction:column}.news-card-actions{width:100%;justify-content:flex-end}}.manage-courses{padding:2rem}.courses-list{margin-top:2rem}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.course-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.course-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.course-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.course-header h3{font-size:1.25rem;color:#1f2937;margin:0;flex:1}.course-description{color:#6b7280;line-height:1.6;margin-bottom:1rem;font-size:.875rem}.course-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.course-actions{display:flex;gap:.75rem}@media (max-width: 768px){.manage-courses{padding:1rem}.content-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-container{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.courses-grid{grid-template-columns:1fr}}.manage-clinics{padding:2rem}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.content-header h1{font-size:2rem;color:#1f2937;margin:0}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#059669,#047857);transform:scale(1.02)}.btn-secondary{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#4b5563}.form-container{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.form-container h2{color:#1f2937;margin:0 0 1.5rem;font-size:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-weight:600;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.clinics-list{margin-top:2rem}.clinics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.clinic-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.clinic-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.clinic-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.clinic-header h3{font-size:1.25rem;color:#1f2937;margin:0;flex:1}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.status-badge.completed{background:#e0e7ff;color:#3730a3}.clinic-description{color:#6b7280;line-height:1.6;margin-bottom:1rem;font-size:.875rem}.clinic-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.detail-item{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.875rem}.detail-item i{color:#10b981;width:16px;text-align:center}.clinic-actions{display:flex;gap:.75rem}.btn-edit,.btn-delete{flex:1;padding:.5rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;transition:all .3s ease}.btn-edit{background:#dbeafe;color:#1e40af}.btn-edit:hover{background:#bfdbfe}.btn-delete{background:#fee2e2;color:#991b1b}.btn-delete:hover{background:#fecaca}.no-data{text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem;background:#fff;border-radius:12px}@media (max-width: 768px){.manage-clinics{padding:1rem}.content-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-container{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.clinics-grid{grid-template-columns:1fr}}.manage-messages{width:100%}.message-form-container{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.message-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h3{margin:0 0 1rem;color:#1f2937;font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.message-type-selector{display:flex;flex-direction:column;gap:1rem}.radio-option{display:flex;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.radio-option:hover{border-color:#10b981;background:#f0fdf4}.radio-option input[type=radio]{margin-right:1rem;cursor:pointer;width:18px;height:18px}.radio-option input[type=radio]:checked+span{color:#10b981;font-weight:600}.radio-option span{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#374151}.radio-option span i{font-size:1.25rem}.player-search{position:relative;margin-bottom:1rem}.player-search i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280}.search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .2s}.search-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.player-select-wrapper{position:relative}.player-select{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;cursor:pointer;background:#fff;transition:all .2s}.player-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.player-select option{padding:.5rem}.no-results{text-align:center;color:#6b7280;font-style:italic;margin-top:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.9375rem}.required{color:#ef4444;margin-left:.25rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .2s}.form-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;resize:vertical;min-height:200px;font-family:inherit;transition:all .2s}.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.char-count{display:block;text-align:right;color:#6b7280;font-size:.8125rem;margin-top:.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.btn-primary:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.info-box{background:#eff6ff;border:2px solid #3b82f6;border-radius:12px;padding:1.5rem;width:300px;position:fixed;top:80px;right:calc((100vw - 1620px)/2 + 1.5rem);z-index:10}.info-box h4{margin:0 0 1rem;color:#1e40af;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.info-box ul{margin:0;padding:0 0 0 1.5rem;color:#1e40af}.info-box li{margin-bottom:.75rem;line-height:1.5;font-size:.875rem}.info-box li:last-child{margin-bottom:0}.message-history{margin-top:0}.message-history h3{margin:0 0 1.5rem;color:#1f2937;font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.loading-state{text-align:center;padding:2rem;color:#6b7280;font-size:.9375rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.loading-state i{color:#10b981}.no-messages{text-align:center;padding:2rem;color:#6b7280;font-style:italic;background:#f9fafb;border-radius:8px}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s}.history-item:hover{border-color:#10b981;box-shadow:0 4px 12px #10b98126}.history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.history-subject{flex:1;color:#1f2937;font-size:1rem}.history-subject strong{color:#10b981}.history-date{color:#6b7280;font-size:.875rem;white-space:nowrap}.history-content{margin-bottom:1rem}.history-message{color:#4b5563;font-size:.9375rem;line-height:1.6;margin:0;padding:1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #10b981}.history-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.history-recipients{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.history-recipients i{color:#10b981}@media (max-width: 1024px){.message-form-container{gap:1.5rem}}@media (max-width: 640px){.message-form{padding:1.5rem}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}}.manage-reports{width:100%}.reports-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#6b7280}.reports-loading i{font-size:3rem;margin-bottom:1rem;color:#3b82f6}.filter-buttons{display:flex;gap:.5rem}.filter-btn{padding:.5rem 1rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;color:#6b7280}.filter-btn:hover{border-color:#3b82f6;color:#3b82f6}.filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.no-reports{text-align:center;padding:4rem 2rem;color:#9ca3af}.no-reports i{font-size:4rem;margin-bottom:1rem;opacity:.5}.reports-list{display:flex;flex-direction:column;gap:1.5rem}.report-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease}.report-card.resolved{opacity:.7;border-color:#d1d5db}.report-card:hover{box-shadow:0 4px 12px #00000014}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.report-info{display:flex;gap:.5rem;align-items:center}.report-reason-badge{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-error{background:#fce7f3;color:#831843}.badge-critical{background:#fecaca;color:#7f1d1d}.badge-info{background:#dbeafe;color:#1e40af}.report-status-badge{padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:capitalize}.report-status-badge.pending{background:#fef3c7;color:#92400e}.report-status-badge.resolved{background:#d1fae5;color:#065f46}.report-date{color:#6b7280;font-size:.875rem}.report-details{margin-bottom:1rem}.report-field{margin-bottom:.75rem}.report-field strong{display:block;color:#374151;font-size:.875rem;margin-bottom:.25rem}.report-field span{color:#6b7280}.report-details-text{color:#4b5563;font-style:italic;padding:.75rem;background:#f9fafb;border-radius:6px;margin:0}.reported-post{background:#f9fafb;border-radius:8px;padding:1rem;margin-bottom:1rem}.reported-post h4{color:#374151;font-size:.875rem;margin-bottom:.75rem}.post-preview{background:#fff;padding:1rem;border-radius:6px;border:1px solid #e5e7eb}.post-author-info{margin-bottom:.5rem;color:#6b7280;font-size:.875rem}.post-author-info strong{color:#374151}.post-content{color:#1f2937;margin-bottom:.75rem;line-height:1.5}.post-thumbnail{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover;margin-top:.5rem}.post-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.more-images{display:flex;align-items:center;padding:.5rem 1rem;background:#f3f4f6;border-radius:6px;font-size:.875rem;color:#6b7280}.report-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-resolve{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-resolve:hover{background:#059669;transform:translateY(-1px)}.btn-delete-post{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-delete-post:hover{background:#dc2626;transform:translateY(-1px)}@media (max-width: 768px){.report-header{flex-direction:column;align-items:flex-start;gap:.75rem}.report-actions{flex-direction:column}.btn-resolve,.btn-delete-post{width:100%;justify-content:center}}.admin-dashboard{display:flex;flex-direction:column;min-height:100vh;background:#f9fafb}.dashboard-header{background:#fff;padding:0 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;position:fixed;top:0;left:0;right:0;z-index:200;height:60px;box-shadow:0 1px 3px #0000000d}.toggle-sidebar:hover{background:#f3f4f6;color:#1f2937}.header-info h2{font-size:1.125rem;color:#111827;margin:0;font-weight:600}.sidebar{width:220px;background:linear-gradient(180deg,#1f2937,#111827);color:#fff;display:flex;flex-direction:column;transition:all .3s ease;position:fixed;top:60px;left:0;bottom:0;z-index:1000;box-shadow:2px 0 8px #0000001a}.sidebar-header{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.logo-section{display:flex;align-items:center;gap:1rem}.sidebar-logo{width:35px;height:35px;object-fit:contain}.sidebar-title{font-size:1.125rem;font-weight:700;white-space:nowrap}.sidebar.closed .sidebar-title{display:none}.sidebar-nav{flex:1;padding:.5rem 0;overflow-y:auto}.nav-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;color:#d1d5db;text-align:left;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;border-left:3px solid transparent}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:#3b82f61a;color:#60a5fa;border-left-color:#3b82f6}.nav-item i{width:18px;text-align:center;font-size:1rem}.sidebar.closed .nav-item{justify-content:center;padding:.75rem}.sidebar.closed .nav-item span{display:none}.nav-item.section-item{position:relative}.chevron-icon{margin-left:auto;font-size:.75rem;transition:transform .2s ease}.sub-menu{background:#0003;border-left:3px solid rgba(59,130,246,.3);margin-left:1rem}.nav-item.sub-item{padding:.625rem 1rem;font-size:.8125rem;border-left:none}.nav-item.sub-item:hover{background:#ffffff14}.nav-item.sub-item.active{background:#3b82f626;color:#93c5fd;border-left:none}.sidebar-footer{padding:1rem 0;border-top:1px solid rgba(255,255,255,.1)}.logout-btn{color:#fca5a5}.logout-btn:hover{background:#ef44441a;color:#ef4444}.home-btn{color:#93c5fd;text-decoration:none}.home-btn:hover{background:#3b82f61a;color:#60a5fa}.main-content{flex:1;margin-left:220px;margin-top:60px;transition:margin-left .3s ease;display:flex;flex-direction:column;background:#f9fafb}.content-area{flex:1;padding:1.5rem;background:#f9fafb}.dashboard-content{max-width:1400px;margin:0 auto}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.content-header h1{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f633}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d}.content-body{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.placeholder-text{color:#9ca3af;font-size:.9375rem;text-align:center;padding:2rem}.settings-section{margin-bottom:2rem}.settings-section h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.settings-form{max-width:500px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease;outline:none}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease}@media (max-width: 768px){.sidebar{transform:translate(-100%);z-index:1001}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.sidebar.closed~.main-content{margin-left:0}.sidebar.open~.main-content{margin-left:0}.content-area{padding:1rem}.content-header{flex-direction:column;align-items:flex-start;gap:1rem}}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#ffffff0d}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.player-login-page{min-height:100vh;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden;margin-top:-70px!important}.player-login-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%)}.login-card{max-width:440px;width:100%;position:relative;z-index:1;background:#fff;border-radius:20px;padding:3.5rem 3rem;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.2)}.login-header{text-align:center;margin-bottom:2.5rem}.login-logo{margin:0 auto 1.5rem;display:block;object-fit:contain}.login-header h1{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-.02em}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{padding:1rem 1.125rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;outline:none;background:#f9fafb;color:#1f2937;font-weight:500}.form-group input:focus{border-color:#10b981;background:#fff;box-shadow:0 0 0 4px #10b9811a}.toggle-password:hover{color:#10b981;background:#10b9810d}.forgot-password-link{text-align:right;margin-top:-.75rem}.forgot-password-link button{background:none;border:none;color:#10b981;font-size:.875rem;cursor:pointer;font-weight:600;padding:.25rem;transition:color .2s ease}.forgot-password-link button:hover{color:#059669;text-decoration:underline}.login-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1.125rem;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;margin-top:.75rem;box-shadow:0 4px 12px #10b98166;text-transform:uppercase;letter-spacing:.05em}.login-button:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 16px #10b98180;transform:translateY(-2px)}.register-link{text-align:center;color:#6b7280;font-size:.9375rem;padding:.75rem;background:#10b98108;border-radius:8px}.register-link a{color:#10b981;text-decoration:none;font-weight:600;transition:color .2s ease}.register-link a:hover{color:#059669;text-decoration:underline}.back-link:hover{color:#10b981;background:#10b9810d}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0006}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #f0f0f0}.modal-header h2{font-size:1.5rem;color:#1f2937;margin:0;font-weight:700}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6;font-size:.9375rem}.modal-body .form-group{margin-bottom:1.5rem}.modal-body .form-group label{display:block;color:#374151;font-weight:600;margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.01em}.modal-body .form-group input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;background:#f9fafb}.modal-body .form-group input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 4px #10b9811a;background:#fff}.message{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;font-weight:500}.message.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border-left:4px solid #10b981}.message.error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border-left:4px solid #dc2626}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-secondary{padding:.875rem 1.75rem;background:#f3f4f6;color:#374151;border:2px solid #e5e7eb;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9375rem}.btn-secondary:hover{background:#e5e7eb;border-color:#d1d5db}.btn-primary{padding:.875rem 1.75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9375rem;box-shadow:0 4px 12px #10b9814d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 16px #10b98166;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.player-login-page{padding:1rem}.login-card{padding:2.5rem 2rem}.login-header{margin-bottom:2rem;padding-bottom:1.25rem}.login-header h1{font-size:1.5rem}.login-logo{width:100px!important;height:100px!important;margin-bottom:1.25rem}.form-group input{padding:.875rem 1rem}.modal-content{margin:1rem}.modal-header{padding:1.25rem 1.5rem}.modal-body{padding:1.5rem}.modal-actions{flex-direction:column}.btn-secondary,.btn-primary{width:100%}}.player-dashboard{display:flex;flex-direction:column;min-height:100vh;background:#f5f7fa}.dashboard-header{background:#fff;padding:0 2rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:1.5rem;position:fixed;top:0;left:0;right:0;z-index:200;height:70px;box-shadow:0 1px 3px #0000000d}.toggle-sidebar{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s}.toggle-sidebar:hover{background:#f3f4f6;color:#10b981}.header-info h2{font-size:1.25rem;color:#111827;margin:0;font-weight:600}.sidebar{background:#fff;border-right:1px solid #e5e7eb;transition:width .3s ease;position:fixed;top:70px;height:calc(100vh - 70px);z-index:100;display:flex;flex-direction:column}.sidebar.open{width:260px}.sidebar.closed{width:70px}.sidebar-header{padding:1.5rem 1rem;border-bottom:1px solid #e5e7eb}.logo-section{display:flex;align-items:center;gap:.75rem}.sidebar-logo{width:36px;height:36px;object-fit:contain}.sidebar-title{font-size:1.125rem;font-weight:700;color:#10b981;white-space:nowrap}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:none;border:none;color:#6b7280;cursor:pointer;transition:all .2s ease;text-align:left;font-size:.9375rem;font-weight:500;border-left:3px solid transparent}.nav-item:hover{background:#f3f4f6;color:#10b981}.nav-item.active{background:#ecfdf5;color:#10b981;border-left-color:#10b981}.nav-item{position:relative}.nav-item i{font-size:1.125rem;min-width:1.125rem;text-align:center}.nav-badge{background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:12px;margin-left:auto;min-width:20px;text-align:center}.nav-badge.badge-info{background:#dbeafe;color:#1e40af;font-size:.625rem;padding:.25rem .5rem;text-transform:uppercase;letter-spacing:.5px}.sidebar-footer{padding:1rem 0;border-top:1px solid #e5e7eb}.main-content{flex:1;margin-left:260px;margin-top:70px;transition:margin-left .3s ease}.sidebar.closed~.main-content{margin-left:70px}.dashboard-body{padding:2rem;max-width:1400px;margin:0 auto;width:100%}.dashboard-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start}.content-header h1{font-size:1.875rem;color:#111827;margin:0 0 .5rem;font-weight:700}.subtitle{color:#6b7280;font-size:.9375rem;margin:0}.btn-edit-profile{background:#10b981;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.btn-edit-profile:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px -1px #10b9814d}.profile-summary-card{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.profile-avatar-section{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f3f4f6}.profile-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar i{font-size:2.5rem;color:#fff}.profile-main-info h2{font-size:1.5rem;color:#111827;margin:0 0 .5rem;font-weight:700}.username{color:#6b7280;font-size:.9375rem;margin:0 0 1rem}.mpa-id-display{display:inline-flex;align-items:center;gap:.5rem;background:#ecfdf5;color:#059669;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;border:1px solid #d1fae5}.mpa-id-display i{font-size:1rem}.mpa-id-display span{font-family:Courier New,monospace;letter-spacing:.5px}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-label{color:#6b7280;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{color:#111827;font-size:1.125rem;font-weight:700}.stat-value.status-active{color:#10b981;background:transparent!important;padding:0!important;border-radius:0!important;display:inline!important}.stat-value.status-inactive{color:#ef4444;background:transparent!important;padding:0!important;border-radius:0!important;display:inline!important}.stat-value.status-suspended{color:#f59e0b;background:transparent!important;padding:0!important;border-radius:0!important;display:inline!important}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.info-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px #0000000d}.info-card-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.info-card-header i{font-size:1.25rem;color:#10b981}.info-card-header h3{margin:0;font-size:1rem;font-weight:700;color:#111827}.info-card-body{padding:1.5rem}.info-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.875rem 0;border-bottom:1px solid #f3f4f6}.info-item:last-child{border-bottom:none}.info-label{color:#6b7280;font-size:.875rem;font-weight:500}.info-value{color:#111827;font-size:.9375rem;font-weight:600;text-align:right;max-width:60%;word-break:break-word}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem;color:#10b981}.loading-spinner i{font-size:2.5rem}.loading-spinner p{font-size:1rem;color:#6b7280}.placeholder-text{text-align:center;color:#9ca3af;font-size:1rem;padding:3rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb}.dashboard-content:has(.inbox-split-container) .content-header{margin-bottom:0}.inbox-split-container{background:#fff;border-radius:16px;border:1px solid #e5e7eb;display:flex;height:calc(100vh - 250px);min-height:600px;overflow:hidden}.empty-messages{text-align:center;padding:4rem 2rem;color:#9ca3af;width:100%}.empty-messages i{font-size:3rem;margin-bottom:1rem}.empty-messages p{font-size:1rem;margin:0}.inbox-messages-list{width:350px;border-right:1px solid #e5e7eb;overflow-y:auto;flex-shrink:0}.inbox-message-item{padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:all .2s ease;position:relative}.inbox-message-item:hover{background:#f9fafb}.inbox-message-item.selected{background:#ecfdf5;border-left:3px solid #10b981}.inbox-message-item.unread{background:#eff6ff}.inbox-message-item.unread:hover{background:#dbeafe}.inbox-message-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.inbox-message-from{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.75rem;font-weight:600}.inbox-message-from i{color:#10b981;font-size:.875rem}.inbox-unread-dot{width:8px;height:8px;background:#3b82f6;border-radius:50%;display:inline-block}.inbox-message-subject{font-size:.9375rem;font-weight:700;color:#111827;margin-bottom:.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-message-preview{color:#6b7280;font-size:.8125rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem}.inbox-message-date{color:#9ca3af;font-size:.75rem}.inbox-message-content{flex:1;display:flex;flex-direction:column;overflow-y:auto}.inbox-content-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid #e5e7eb}.inbox-content-header h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1rem;line-height:1.4}.inbox-content-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.inbox-content-from{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem;font-weight:600}.inbox-content-from i{color:#10b981;font-size:1rem}.inbox-content-date{color:#9ca3af;font-size:.875rem}.inbox-content-body{padding:2rem;color:#374151;font-size:.9375rem;line-height:1.7;white-space:pre-wrap;flex:1}.inbox-no-selection{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af;padding:2rem}.inbox-no-selection i{font-size:3rem;margin-bottom:1rem;opacity:.5}.inbox-no-selection p{font-size:1rem;margin:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 25px -5px #0000001a}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#111827;font-size:1.5rem;font-weight:700}.modal-close{background:#f3f4f6;border:none;width:36px;height:36px;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:1.5rem}.modal-close:hover{background:#e5e7eb;color:#111827}.modal-body{padding:2rem}.profile-picture-upload-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.profile-picture-upload-section>label{display:block;color:#374151;font-weight:600;font-size:.875rem;margin-bottom:1rem}.profile-picture-upload{display:flex;align-items:center;gap:2rem}.profile-picture-preview{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:3px solid #e5e7eb}.profile-picture-preview img{width:100%;height:100%;object-fit:cover}.profile-picture-preview i{font-size:3rem;color:#fff}.profile-picture-actions{flex:1;display:flex;flex-direction:column;gap:.5rem}.btn-upload-picture{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;width:fit-content}.btn-upload-picture:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px -1px #10b9814d}.btn-upload-picture i{font-size:1rem}.upload-hint{color:#9ca3af;font-size:.8125rem;margin:0;line-height:1.5}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{color:#374151;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.form-group input,.form-group select{padding:.625rem .875rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .2s ease;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-primary,.btn-secondary{padding:.625rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:#10b981;color:#fff}.btn-primary:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px -1px #10b9814d}.btn-secondary{background:#fff;color:#6b7280;border:1px solid #e5e7eb}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}@media (max-width: 1024px){.info-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-header{padding:0 1rem}.header-info h2{font-size:1rem}.main-content{margin-left:0}.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0);width:260px}.dashboard-body{padding:1rem}.profile-summary-card{padding:1.5rem}.profile-avatar-section{flex-direction:column;text-align:center;align-items:center}.profile-stats{grid-template-columns:1fr}.content-header h1{font-size:1.5rem}.inbox-split-container{flex-direction:column;height:auto;min-height:500px}.inbox-messages-list{width:100%;max-height:300px;border-right:none;border-bottom:1px solid #e5e7eb}.inbox-message-content{min-height:400px}}@media (max-width: 480px){.profile-avatar{width:80px;height:80px}.profile-avatar i{font-size:2rem}.profile-main-info h2{font-size:1.25rem}.info-item{flex-direction:column;gap:.5rem;align-items:flex-start}.info-value{text-align:left;max-width:100%}.profile-picture-upload{flex-direction:column;align-items:center;text-align:center}.profile-picture-preview{width:100px;height:100px}.profile-picture-preview i{font-size:2.5rem}.btn-upload-picture{width:100%;justify-content:center}.form-grid{grid-template-columns:1fr}}.picklezone{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:0!important;margin:0!important;position:fixed;inset:0;overflow-y:auto;z-index:9999}.picklezone-navbar{text-align:right;padding:.5rem 1rem;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.2)}.navbar-buttons{display:flex;gap:.75rem;justify-content:flex-end;align-items:center}.navbar-title{color:#fff;font-size:.875rem;margin:0;opacity:.8;flex:1;text-align:center}.navbar-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.875rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.navbar-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-1px)}.navbar-btn i{font-size:.875rem}.picklezone-container{max-width:800px;margin:0 auto;padding:.5rem 1rem 2rem}.picklezone-header{text-align:center;margin-bottom:2rem;margin-top:0;padding-top:0}.picklezone-logo{max-width:200px;width:100%;height:auto;display:block;margin:0 auto}.powered-by{color:#fff;font-size:.875rem;margin:-.75rem 0 0;text-align:center;line-height:1.2}.tagline{color:#fff;font-size:1rem;font-style:italic;font-weight:700;margin:.5rem 0 0;text-align:center;opacity:.95}.loading-spinner{text-align:center;color:#fff;padding:4rem 1rem}.loading-spinner i{font-size:3rem;margin-bottom:1rem}.loading-spinner p{font-size:1.2rem}.create-post-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.create-post-title{font-size:1rem;color:#374151;margin:0 0 1rem;font-weight:600}.post-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}.post-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.post-input{width:100%;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:1rem;transition:border-color .2s}.post-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.create-post-actions{display:flex;justify-content:space-between;align-items:center}.post-options{display:flex;gap:.5rem}.btn-add-image{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s;font-weight:500}.btn-add-image:hover{background-color:#f9fafb;color:#374151;border-color:#d1d5db}.btn-add-image i{font-size:1rem;color:#667eea}.image-previews-container{display:grid;gap:.75rem;margin-top:1rem;margin-bottom:1rem}.image-previews-container.single{grid-template-columns:1fr;max-width:300px}.image-previews-container.two{grid-template-columns:repeat(2,1fr)}.image-previews-container.three{grid-template-columns:repeat(3,1fr)}.image-previews-container.four{grid-template-columns:repeat(2,1fr)}.image-previews-container.five{grid-template-columns:repeat(3,1fr)}.image-previews-container.five .image-preview-item:nth-child(4),.image-previews-container.five .image-preview-item:nth-child(5){grid-column:span 1.5}.image-preview-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1}.image-preview{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.btn-remove-image{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border-radius:50%;background:#000000b3;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;z-index:10}.btn-remove-image:hover{background:#000000e6}.image-count-text{margin:0;font-size:.875rem;color:#6b7280;text-align:right}.btn-post{background:#667eea;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-post:hover{background:#5568d3}.btn-post:active{background:#4c5dbf}.posts-feed{display:flex;flex-direction:column;gap:1.5rem}.profile-header{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.profile-header h2{margin:0 0 .5rem;color:#111827;font-size:1.25rem;font-weight:600}.profile-header p{margin:0;color:#6b7280;font-size:.875rem}.empty-feed{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #0000001a}.empty-feed i{font-size:4rem;color:#d1d5db;margin-bottom:1rem}.empty-feed p{color:#6b7280;font-size:1.1rem}.post-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:box-shadow .2s}.post-card:hover{box-shadow:0 4px 16px #00000026}.post-header{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start}.post-author{display:flex;align-items:center;gap:1rem}.post-author-info{flex:1}.post-author-info h4{margin:0;font-size:1rem;color:#111827;font-weight:600}.post-time{font-size:.875rem;color:#6b7280}.post-actions-menu{display:flex;gap:.5rem;align-items:center}.post-menu-btn{width:36px;height:36px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;font-size:.9rem;transition:background-color .2s,color .2s,transform .2s}.post-menu-btn:hover{background-color:#f3f4f6;color:#667eea;transform:scale(1.1)}.post-menu-btn.delete:hover{background-color:#fee2e2;color:#ef4444}.post-menu-btn.report:hover{background-color:#fef3c7;color:#f59e0b}.post-menu-btn:active{transform:scale(1)}.post-content,.edit-post-form{margin-bottom:1rem}.edit-post-input{width:100%;padding:.75rem;border:2px solid #667eea;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:.75rem;transition:border-color .2s}.edit-post-input:focus{outline:none;border-color:#764ba2;box-shadow:0 0 0 3px #667eea1a}.edit-post-actions{display:flex;gap:.5rem;justify-content:flex-end}.btn-cancel-edit,.btn-save-edit{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-cancel-edit{background-color:#f3f4f6;color:#6b7280}.btn-cancel-edit:hover{background-color:#e5e7eb;color:#374151}.btn-save-edit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-save-edit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-save-edit:active{transform:translateY(0)}.post-content p{margin:0;color:#374151;font-size:1rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.post-images-grid{display:grid;gap:.5rem;margin-top:.75rem;border-radius:8px;overflow:hidden}.post-images-grid.single{grid-template-columns:1fr}.post-images-grid.single .post-image-item{aspect-ratio:unset;max-height:200px}.post-images-grid.two{grid-template-columns:repeat(2,1fr)}.post-images-grid.two .post-image-item{aspect-ratio:1;max-height:180px}.post-images-grid.three{grid-template-columns:repeat(3,1fr)}.post-images-grid.three .post-image-item{aspect-ratio:1;max-height:180px}.post-images-grid.four{grid-template-columns:repeat(2,1fr)}.post-images-grid.four .post-image-item{aspect-ratio:1;max-height:180px}.post-images-grid.five{grid-template-columns:repeat(3,1fr)}.post-images-grid.five .post-image-item{aspect-ratio:1;max-height:180px}.post-images-grid.five .post-image-item:nth-child(4),.post-images-grid.five .post-image-item:nth-child(5){grid-column:span 1.5}.post-image-item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:8px;max-height:180px}.post-image-item img{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer;transition:transform .2s}.post-image-item img:hover{transform:scale(1.05)}.post-image{margin-top:.75rem;border-radius:8px;overflow:hidden}.post-image img{width:100%;max-height:200px;object-fit:cover;display:block;cursor:pointer;transition:transform .2s}.post-image img:hover{transform:scale(1.02)}.link-preview-container{margin-top:1rem;margin-bottom:1rem}.link-preview-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#f9fafb;position:relative;transition:border-color .2s,box-shadow .2s}.link-preview-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26}.btn-remove-link-preview{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border-radius:50%;background:#000000b3;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;z-index:10}.btn-remove-link-preview:hover{background:#000000e6}.link-preview-image{width:100%;max-height:200px;overflow:hidden;background:#e5e7eb}.link-preview-image img{width:100%;height:100%;object-fit:cover;display:block}.link-preview-content{padding:1rem}.link-preview-domain{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.link-preview-domain i{font-size:.65rem}.link-preview-title{margin:0 0 .5rem;color:#111827;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-preview-description{margin:0;color:#6b7280;font-size:.875rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fetching-preview{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f3f4f6;border-radius:6px;color:#6b7280;font-size:.875rem;margin-top:1rem}.fetching-preview i{color:#667eea}.post-link-preview{margin-top:.75rem;cursor:pointer}.post-link-preview .link-preview-card{background:#fff}.post-link-preview .link-preview-card:hover{box-shadow:0 4px 12px #667eea33}.video-preview-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#f9fafb;position:relative;margin-top:1rem;margin-bottom:1rem}.video-embed-preview{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.video-embed-preview iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-preview-info{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;color:#374151;font-size:.9rem;font-weight:500}.video-preview-info i{color:#667eea;font-size:1.1rem}.post-video-embed{margin-top:.75rem}.video-embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000;border-radius:8px}.video-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}.post-actions{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #f3f4f6}.post-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;transition:background-color .2s,color .2s}.post-action-btn:hover{background-color:#f3f4f6;color:#667eea}.post-action-btn i{font-size:1.1rem}.post-action-btn.liked{color:#ef4444}.post-action-btn.liked i{font-weight:900}.comments-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.comments-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.comment-item{display:flex;gap:.75rem}.comment-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;flex-shrink:0}.comment-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.comment-content{flex:1;background:#f3f4f6;padding:.75rem;border-radius:8px}.comment-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.comment-author{font-weight:600;color:#111827;font-size:.875rem}.comment-time{font-size:.75rem;color:#6b7280}.comment-text{margin:0;color:#374151;font-size:.875rem;line-height:1.5;word-wrap:break-word}.add-comment-form{display:flex;align-items:center;gap:.75rem}.add-comment-form input{flex:1;padding:.75rem;border:1px solid #e5e7eb;border-radius:20px;font-size:.875rem;font-family:inherit;transition:border-color .2s}.add-comment-form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn-send-comment{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,box-shadow .2s;flex-shrink:0}.btn-send-comment:hover{transform:scale(1.1);box-shadow:0 2px 8px #667eea66}.btn-send-comment:active{transform:scale(1)}.btn-send-comment i{font-size:.875rem}.picklezone-footer{text-align:center;padding:2rem 1rem 1rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.2)}.picklezone-footer p{color:#fff;font-size:.875rem;margin:0;opacity:.8}.image-modal-overlay{position:fixed;inset:0;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease-in-out}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.image-modal-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #0000004d}.image-modal-close{position:absolute;top:-50px;right:0;width:44px;height:44px;border-radius:50%;background-color:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:background-color .2s,transform .2s;z-index:10001}.image-modal-close:hover{background-color:#ffffff4d;transform:scale(1.1)}.image-modal-close:active{transform:scale(1)}.report-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10001;padding:1rem;animation:fadeIn .2s ease-in-out}.report-modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.report-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.report-modal-header h3{margin:0;font-size:1.25rem;color:#1f2937}.report-modal-close{width:36px;height:36px;border-radius:50%;background:transparent;color:#6b7280;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:background-color .2s,color .2s}.report-modal-close:hover{background-color:#f3f4f6;color:#1f2937}.report-modal-body{padding:1.5rem}.report-modal-description{margin:0 0 1.5rem;color:#374151;font-size:.95rem}.report-reasons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.report-reason-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.report-reason-option:hover{border-color:#f59e0b;background-color:#fef3c7}.report-reason-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#f59e0b}.report-reason-option input[type=radio]:checked~span{font-weight:600;color:#92400e}.report-reason-option span{flex:1;color:#374151;font-size:.95rem}.report-details-section{margin-bottom:1.5rem}.report-details-section label{display:block;margin-bottom:.5rem;color:#374151;font-size:.95rem;font-weight:500}.report-details-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;transition:border-color .2s}.report-details-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.report-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-cancel-report,.btn-submit-report{padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-cancel-report{background-color:#f3f4f6;color:#6b7280}.btn-cancel-report:hover{background-color:#e5e7eb;color:#374151}.btn-submit-report{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-submit-report:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.btn-submit-report:active{transform:translateY(0)}@media (max-width: 768px){.picklezone{padding:0!important;margin:0!important;position:fixed;inset:0;z-index:9999}.picklezone-navbar{padding:.5rem .75rem}.navbar-title{font-size:.75rem}.navbar-btn{font-size:.75rem;padding:.4rem .75rem}.navbar-buttons{gap:.5rem}.navbar-btn span{display:none}.navbar-btn i{font-size:1rem}.picklezone-container{padding:.5rem .75rem 1.5rem}.profile-header h2{font-size:1.1rem}.profile-header p{font-size:.8rem}.picklezone-header{padding-top:0;margin-top:0}.picklezone-logo{max-width:150px}.powered-by{font-size:.75rem}.tagline{font-size:.875rem}.create-post-card,.post-card{padding:1rem;border-radius:8px}.create-post-title{font-size:.9rem}.post-avatar{width:40px;height:40px;font-size:1rem}.comment-avatar{width:32px;height:32px;font-size:.8rem}.btn-add-image span{display:none}.btn-add-image{padding:.5rem}.image-previews-container.three{grid-template-columns:repeat(2,1fr)}.image-previews-container.three .image-preview-item:nth-child(3){grid-column:1 / -1;max-width:50%;margin:0 auto}.image-previews-container.five{grid-template-columns:repeat(2,1fr)}.image-previews-container.five .image-preview-item:nth-child(4),.image-previews-container.five .image-preview-item:nth-child(5){grid-column:span 1}.image-previews-container.five .image-preview-item:nth-child(5){grid-column:1 / -1;max-width:50%;margin:0 auto}.post-image img,.post-images-grid.single .post-image-item{max-height:180px}.post-images-grid.three{grid-template-columns:repeat(2,1fr)}.post-images-grid.three .post-image-item:nth-child(3){grid-column:1 / -1;max-width:50%;margin:0 auto}.post-images-grid.five{grid-template-columns:repeat(2,1fr)}.post-images-grid.five .post-image-item:nth-child(4),.post-images-grid.five .post-image-item:nth-child(5){grid-column:span 1}.post-images-grid.five .post-image-item:nth-child(5){grid-column:1 / -1;max-width:50%;margin:0 auto}.post-image-item{max-height:150px}.image-modal-close{top:-40px;width:40px;height:40px;font-size:1rem}.report-modal-content{max-width:calc(100vw - 2rem);margin:0 1rem}.report-modal-header{padding:1rem}.report-modal-header h3{font-size:1.1rem}.report-modal-body{padding:1rem}.report-reason-option{padding:.65rem}.report-reason-option span{font-size:.9rem}.report-modal-actions{flex-direction:column}.btn-cancel-report,.btn-submit-report{width:100%}.picklezone-footer{padding:1.5rem .5rem 1rem;margin-top:2rem}.picklezone-footer p{font-size:.75rem}}.picklezone-login-page{min-height:100vh;background:linear-gradient(135deg,#f59e0b,#d97706);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden;margin-top:-70px!important}.picklezone-login-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%)}.login-card{max-width:400px;width:100%;position:relative;z-index:1;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.2)}.login-header{text-align:center;margin-bottom:1.75rem}.login-logo{margin:0 auto .375rem;display:block;object-fit:contain}.powered-by-text{font-size:.625rem;color:#6b7280;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.625rem;margin-top:-.25rem}.login-header h1{font-size:1.625rem;font-weight:700;color:#1a1a1a;margin-bottom:.375rem;letter-spacing:-.02em}.tagline{color:#6b7280;font-size:.875rem;font-weight:500}.login-form{display:flex;flex-direction:column;gap:1.125rem}.error-message{background:linear-gradient(135deg,#fee2e2,#fecaca);border-left:4px solid #dc2626;border-radius:8px;padding:1rem 1.25rem;color:#991b1b;font-size:.875rem;font-weight:500;box-shadow:0 2px 4px #dc26261a}.form-group{display:flex;flex-direction:column;gap:.625rem}.form-group label{font-weight:600;color:#374151;font-size:.875rem;letter-spacing:.01em;text-transform:uppercase}.form-group input{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .3s ease;outline:none;background:#f9fafb;color:#1f2937;font-weight:500}.form-group input::placeholder{color:#9ca3af}.form-group input:hover{border-color:#d1d5db;background:#fff}.form-group input:focus{border-color:#f59e0b;background:#fff;box-shadow:0 0 0 4px #f59e0b1a}.password-input-wrapper{position:relative}.password-input-wrapper input{width:100%;padding-right:3.5rem}.toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-radius:6px}.toggle-password:hover{color:#f59e0b;background:#f59e0b0d}.login-button{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:.875rem;border-radius:8px;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;margin-top:.375rem;box-shadow:0 4px 12px #f59e0b66;text-transform:uppercase;letter-spacing:.05em}.login-button:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 6px 16px #f59e0b80;transform:translateY(-2px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.register-link{text-align:center;color:#6b7280;font-size:.9375rem;padding:.75rem;background:#f59e0b08;border-radius:8px}.register-link span{color:#6b7280}.register-link a{color:#f59e0b;text-decoration:none;font-weight:600;transition:color .2s ease}.register-link a:hover{color:#d97706;text-decoration:underline}.back-link{display:block;text-align:center;color:#6b7280;text-decoration:none;font-size:.9375rem;margin-top:.5rem;padding:.75rem;transition:all .2s ease;font-weight:500;border-radius:8px}.back-link:hover{color:#f59e0b;background:#f59e0b0d}@media (max-width: 480px){.picklezone-login-page{padding:1rem}.login-card{padding:2rem 1.75rem}.login-header{margin-bottom:1.5rem}.login-header h1{font-size:1.375rem}.login-logo{width:100px!important;height:100px!important;margin-bottom:.375rem}.powered-by-text{font-size:.5625rem}.tagline{font-size:.8125rem}.form-group input{padding:.75rem .875rem}}.registered-organizers-page{min-height:100vh;background:#f5f5f5;padding-top:70px}.organizers-container{max-width:1400px;margin:0 auto;padding:0 20px 60px}.loading-state,.error-state,.empty-state{text-align:center;padding:60px 20px;color:#666}.loading-state i,.error-state i,.empty-state i{font-size:4rem;margin-bottom:20px;opacity:.7}.loading-state p,.error-state p,.empty-state p{font-size:1.2rem;margin-top:10px}.retry-button{margin-top:20px;padding:12px 24px;background:#fff;color:#667eea;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.retry-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.organizers-description{font-style:italic;font-weight:700;color:#000;font-size:1rem;margin-bottom:20px;text-align:left}.organizers-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.organizers-table{width:100%;border-collapse:collapse}.organizers-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.organizers-table th{padding:16px;text-align:left;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.organizers-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s ease}.organizers-table tbody tr:hover{background:#f8f9ff}.organizers-table tbody tr:last-child{border-bottom:none}.organizers-table td{padding:16px;color:#555;font-size:.95rem}.organizers-table th:first-child,.organizers-table td.table-number{text-align:center;width:60px;font-weight:600;color:#667eea}.organizer-name-link{background:none;border:none;color:#667eea;font-weight:600;font-size:.95rem;cursor:pointer;padding:0;text-align:left;transition:color .2s ease;text-decoration:underline;text-decoration-style:dashed;text-decoration-color:transparent}.organizer-name-link:hover{color:#764ba2;text-decoration-color:#764ba2}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:20px;right:20px;background:#0000001a;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;font-size:1.2rem;transition:all .2s ease;z-index:10}.modal-close:hover{background:#0003;color:#333;transform:rotate(90deg)}.modal-header{padding:30px;border-bottom:1px solid #e0e0e0;background:#fff}.modal-header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.modal-body{padding:0}.detail-row-simple{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 30px;border-bottom:1px solid #f0f0f0;transition:background .2s ease}.detail-row-simple:hover{background:#fafafa}.detail-row-simple:last-child{border-bottom:none}.detail-label{font-size:.9rem;font-weight:600;color:#666;min-width:150px;flex-shrink:0}.detail-value{font-size:.95rem;color:#333;text-align:right;word-break:break-word}.status-badge{padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-approved,.status-active{background:#e8f5e9;color:#2e7d32}.status-pending{background:#fff3e0;color:#e65100}.status-rejected,.status-inactive{background:#ffebee;color:#c62828}@media (max-width: 768px){.organizers-description{font-size:.9rem;margin-bottom:16px}.organizers-table-wrapper{overflow-x:auto}.organizers-table th,.organizers-table td{padding:12px 10px;font-size:.85rem}.organizers-table th:nth-child(3),.organizers-table td:nth-child(3){display:none}.modal-content{max-width:95%}.modal-header{padding:25px 20px}.modal-header h2{font-size:1.3rem}.detail-row-simple{padding:16px 20px;flex-direction:column;gap:8px}.detail-label{min-width:auto;font-size:.85rem}.detail-value{text-align:left;font-size:.9rem}}@media (max-width: 480px){.organizers-container{padding:0 15px 40px}.organizers-description{font-size:.85rem;margin-bottom:14px}.organizers-table th,.organizers-table td{padding:10px 8px;font-size:.8rem}.organizers-table th:nth-child(3),.organizers-table td:nth-child(3),.organizers-table th:nth-child(4),.organizers-table td:nth-child(4){display:none}.organizer-name-link{font-size:.85rem}.modal-header{padding:20px 15px}.modal-header h2{font-size:1.1rem}.detail-row-simple{padding:14px 15px}.detail-label{font-size:.8rem}.detail-value{font-size:.85rem}}.terms-page{min-height:100vh;background:linear-gradient(to bottom,#f9fafb,#fff);padding:2rem 1rem}.terms-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.terms-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:3rem 2rem;text-align:center}.terms-header h1{font-size:2.5rem;margin:0 0 1rem;font-weight:700}.terms-content{padding:3rem 2rem}.terms-section{margin-bottom:2.5rem}.terms-section:last-child{margin-bottom:0}.intro-section{background:#f0fdf4;padding:1.5rem;border-radius:8px;border-left:4px solid #10b981}.acceptance-section{background:#fef3c7;padding:1.5rem;border-radius:8px;border-left:4px solid #f59e0b}.terms-section h2{color:#1f2937;font-size:1.75rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.terms-section h3{color:#374151;font-size:1.25rem;margin:1.5rem 0 .75rem}.terms-section p{color:#4b5563;line-height:1.7;margin-bottom:1rem}.terms-section ul{list-style:none;padding-left:0;margin:1rem 0}.terms-section ul li{color:#4b5563;line-height:1.7;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.terms-section ul li:before{content:"•";color:#10b981;font-weight:700;font-size:1.2rem;position:absolute;left:0}.contact-info{background:#f9fafb;padding:1.5rem;border-radius:8px;margin:1rem 0;border-left:4px solid #10b981}.contact-info p{margin:.5rem 0}.contact-info strong{color:#1f2937}.terms-footer{background:#f9fafb;padding:2rem;text-align:center;border-top:1px solid #e5e7eb;color:#6b7280;font-size:.9rem}.terms-footer p{margin:.5rem 0}@media (max-width: 768px){.terms-page{padding:1rem}.terms-header{padding:2rem 1.5rem}.terms-header h1{font-size:1.75rem}.terms-content{padding:2rem 1.5rem}.terms-section h2{font-size:1.5rem}.terms-section h3{font-size:1.125rem}}@media (max-width: 480px){.terms-header h1{font-size:1.5rem}.terms-content{padding:1.5rem 1rem}.contact-info{padding:1rem}}.privacy-page{min-height:100vh;background:linear-gradient(to bottom,#f9fafb,#fff);padding:2rem 1rem}.privacy-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.privacy-header{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:3rem 2rem;text-align:center}.privacy-header h1{font-size:2.5rem;margin:0 0 1rem;font-weight:700}.last-updated{font-size:.95rem;opacity:.9;margin:0}.privacy-content{padding:3rem 2rem}.privacy-section{margin-bottom:2.5rem}.privacy-section:last-child{margin-bottom:0}.intro-section{background:#eff6ff;padding:1.5rem;border-radius:8px;border-left:4px solid #3b82f6}.intro-section strong{color:#1e40af}.acknowledgment-section{background:#f0fdf4;padding:1.5rem;border-radius:8px;border-left:4px solid #10b981}.privacy-section h2{color:#1f2937;font-size:1.75rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.privacy-section h3{color:#374151;font-size:1.25rem;margin:1.5rem 0 .75rem}.privacy-section h4{color:#4b5563;font-size:1.1rem;margin:1rem 0 .5rem}.privacy-section p{color:#4b5563;line-height:1.7;margin-bottom:1rem}.privacy-section ul{list-style:none;padding-left:0;margin:1rem 0}.privacy-section ul li{color:#4b5563;line-height:1.7;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.privacy-section ul li:before{content:"•";color:#3b82f6;font-weight:700;font-size:1.2rem;position:absolute;left:0}.privacy-section strong{color:#1f2937;font-weight:600}.contact-info{background:#f9fafb;padding:1.5rem;border-radius:8px;margin:1rem 0;border-left:4px solid #3b82f6}.contact-info h4{color:#1f2937;margin-top:0;margin-bottom:.75rem}.contact-info p{margin:.5rem 0;color:#4b5563}.privacy-footer{background:#f9fafb;padding:2rem;text-align:center;border-top:1px solid #e5e7eb;color:#6b7280;font-size:.9rem}.privacy-footer p{margin:.5rem 0}@media (max-width: 768px){.privacy-page{padding:1rem}.privacy-header{padding:2rem 1.5rem}.privacy-header h1{font-size:1.75rem}.privacy-content{padding:2rem 1.5rem}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.125rem}.privacy-section h4{font-size:1rem}}@media (max-width: 480px){.privacy-header h1{font-size:1.5rem}.privacy-content{padding:1.5rem 1rem}.contact-info{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;margin-top:70px}main:has(.picklezone){margin-top:0!important;padding:0!important}.admin-login-page,.player-login-page{margin-top:-70px!important}.admin-dashboard{margin-top:0!important}.admin-dashboard main{margin-top:0!important}.picklezone{margin:0!important;padding:0!important}body:has(.picklezone){margin:0!important;padding:0!important}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
