*{margin:0;padding:0;box-sizing:border-box}:root{--dark-background: #1A1A2E;--light-purple: #A892EE;--white: #FFFFFF;--primary-purple: #A892EE;--dark-purple: #1A1A2E;--accent-blue: #A892EE;--light-gray: #f0f0f0;--dark-gray: #2A2A3E}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;background-color:var(--dark-background);color:var(--white);line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:var(--dark-background)}.main-content{flex:1;padding:0}.header{background:#1a1a2ee6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(168,146,238,.2);padding:1.5rem 2rem;position:sticky;top:0;z-index:100;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 20px #0000004d}.logo{text-decoration:none;color:var(--light-purple);font-size:1.8rem;font-weight:700;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.logo:hover{transform:scale(1.05)}.logo-svg{width:50px;height:40px}.logo-img{width:90px;height:90px;object-fit:contain;border-radius:50%;border:2px solid var(--light-purple);padding:5px;transition:all .3s ease}.logo-img:hover{border-color:var(--white);box-shadow:0 0 20px #a892ee80}.logo-text{color:var(--light-purple);font-weight:700;font-size:2rem;text-shadow:0 0 10px rgba(168,146,238,.3)}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--white);text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:20px;transition:all .3s ease}.nav-link:hover{background-color:var(--primary-purple);color:var(--light-purple)}.nav-link.active{background-color:var(--light-purple);color:var(--white)}.footer{background:linear-gradient(135deg,var(--dark-background) 0%,#2A2A3E 100%);padding:3rem 2rem 2rem;margin-top:auto;border-top:1px solid rgba(168,146,238,.2)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer-logo-img{width:70px;height:70px;object-fit:contain;border-radius:50%;border:2px solid var(--light-purple);padding:3px}.footer-brand{color:var(--light-purple);font-size:1.5rem;font-weight:700;text-shadow:0 0 10px rgba(168,146,238,.3)}.footer-description{color:var(--white);font-size:.9rem;line-height:1.5;opacity:.8}.footer-title{color:var(--light-purple);font-size:1.2rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 0 10px rgba(168,146,238,.3)}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;transition:all .3s ease}.contact-icon{font-size:1.2rem;color:var(--light-purple)}.contact-link{color:var(--white);text-decoration:none;font-size:.9rem;transition:color .3s ease}.contact-link:hover{color:var(--light-purple);text-shadow:0 0 5px rgba(168,146,238,.5)}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--white);text-decoration:none;font-size:.9rem;transition:all .3s ease;padding:.25rem 0}.footer-link:hover{color:var(--light-purple);transform:translate(5px);text-shadow:0 0 5px rgba(168,146,238,.5)}.footer-text{color:var(--white);font-size:.9rem;line-height:1.5;opacity:.8}.footer-copyright{color:var(--light-purple);font-size:.8rem;font-weight:500;margin-top:.5rem}.page-title{font-size:2.5rem;font-weight:700;text-align:center;color:var(--white);margin:2rem 0}button{border:none;cursor:pointer;font-family:inherit;transition:all .3s ease}.nav-arrow{background:linear-gradient(145deg,var(--light-purple),var(--accent-blue));color:var(--white);width:3.5rem;height:3.5rem;border-radius:50%;font-size:1.5rem;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:10;border:2px solid rgba(168,146,238,.3);box-shadow:0 4px 15px #0000004d;transition:all .3s ease;cursor:pointer}.nav-arrow.left{left:1rem}.nav-arrow.right{right:1rem}.nav-arrow:hover{background:linear-gradient(145deg,var(--white),var(--light-purple));color:var(--dark-background);transform:translateY(-50%) scale(1.15);box-shadow:0 6px 20px #a892ee66;border-color:var(--white)}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin:2rem 0}.dot{width:.75rem;height:.75rem;border-radius:50%;background-color:var(--dark-gray);cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:var(--accent-blue)}.dot:hover{background-color:var(--light-purple)}@media (max-width: 768px){.footer-section.links,.footer-title .footer-text{display:none}.header{padding:1rem;flex-direction:column;gap:1rem}.nav{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.9rem;padding:.4rem .8rem}.footer{padding:2rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-section,.footer-links,.contact-info{align-items:center}.page-title{font-size:2rem;margin:1rem 0}.nav-arrow{width:2.5rem;height:2.5rem;font-size:1.2rem}.nav-arrow.left{left:.5rem}.nav-arrow.right{right:.5rem}}.football-page{padding:2rem 1.5rem 4rem;max-width:1100px;margin:0 auto}.football-title{text-align:center;font-size:2.4rem;color:var(--white);margin-bottom:1.5rem}.football-loading{text-align:center;color:var(--light-purple);padding:4rem 0;font-size:1.2rem}.empty-state{text-align:center;color:#ffffff73;font-size:1rem;padding:3rem 0}.section-block{margin-bottom:2.5rem}.section-heading{color:var(--white);font-size:1.5rem;text-align:center;margin-bottom:1.2rem}.admin-auth-bar{display:flex;justify-content:center;margin-bottom:2rem}.admin-auth-logged{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:center}.admin-badge{background:var(--light-purple);color:var(--dark-background);font-size:.75rem;font-weight:700;padding:.25rem .7rem;border-radius:12px;text-transform:uppercase;letter-spacing:1px}.btn-setup,.btn-randomize,.btn-logout,.btn-admin-login,.btn-login-submit,.btn-save-setup,.btn-cancel-setup,.btn-save,.btn-cancel,.btn-edit,.btn-reset{border:none;cursor:pointer;border-radius:8px;font-size:.82rem;padding:.4rem .85rem;transition:background .2s,opacity .2s;font-weight:600}.btn-setup{background:#a892ee33;color:var(--light-purple);border:1px solid rgba(168,146,238,.35)}.btn-setup:hover{background:#a892ee59}.btn-randomize{background:#4ade8026;color:#4ade80;border:1px solid rgba(74,222,128,.3)}.btn-randomize:hover{background:#4ade804d}.btn-delete-all{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.btn-delete-all:hover{background:#ef444459}.btn-reset-draw{background:#fb923c26;color:#fb923c;border:1px solid rgba(251,146,60,.3)}.btn-reset-draw:hover{background:#fb923c4d}.btn-logout{background:#f8717126;color:#f87171;border:1px solid rgba(248,113,113,.3)}.btn-logout:hover{background:#f871714d}.btn-admin-login{background:#a892ee33;color:var(--light-purple);border:1px solid rgba(168,146,238,.35)}.btn-admin-login:hover{background:#a892ee66}.btn-login-submit{background:var(--light-purple);color:var(--dark-background)}.btn-login-submit:disabled{opacity:.5}.btn-save{background:#4ade80;color:#000;font-weight:700;padding:.45rem 1.2rem}.btn-cancel{background:#f87171;color:#000;font-weight:700;padding:.45rem 1.2rem}.btn-edit{background:#a892ee40;color:var(--light-purple);border:1px solid rgba(168,146,238,.4)}.btn-edit:hover{background:#a892ee66}.btn-reset{background:#f8717133;color:#f87171;border:1px solid rgba(248,113,113,.35)}.btn-reset:hover{background:#f8717159}.btn-save-setup{background:var(--light-purple);color:var(--dark-background);padding:.5rem 1.5rem;font-size:.9rem}.btn-save-setup:hover{opacity:.85}.btn-cancel-setup{background:#ffffff1a;color:var(--white);border:1px solid rgba(255,255,255,.2)}.btn-add-sm,.btn-remove-sm,.btn-save-sm,.btn-cancel-sm{border:none;cursor:pointer;border-radius:6px;font-size:.78rem;padding:.25rem .55rem;font-weight:600;transition:background .2s}.btn-add-sm{background:#a892ee33;color:var(--light-purple);border:1px solid rgba(168,146,238,.3)}.btn-add-sm:hover{background:#a892ee59}.btn-remove-sm{background:#f8717126;color:#f87171;border:1px solid rgba(248,113,113,.25)}.btn-remove-sm:hover{background:#f871714d}.btn-save-sm{background:#4ade80;color:#000}.btn-cancel-sm{background:#f87171;color:#000}.admin-auth-guest{display:flex;justify-content:center}.inline-login-form{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.inline-login-input{padding:.4rem .7rem;border-radius:8px;border:1px solid rgba(168,146,238,.35);background:#1a1a2ecc;color:var(--white);font-size:.85rem;outline:none;width:160px}.inline-login-input:focus{border-color:var(--light-purple)}.inline-login-error{color:#f87171;font-size:.78rem;width:100%;text-align:center}.setup-panel{background:linear-gradient(145deg,#a892ee1f,#a892ee0d);border:1px solid rgba(168,146,238,.25);border-radius:16px;padding:1.5rem;margin-bottom:2rem}.setup-title{color:var(--white);font-size:1.15rem;text-align:center;margin-bottom:1rem}.setup-actions{display:flex;justify-content:center;gap:.8rem;margin-top:1.2rem}.count-picker{display:flex;justify-content:center;gap:.6rem;margin-bottom:.5rem}.count-btn{width:48px;height:48px;border-radius:12px;border:2px solid rgba(168,146,238,.3);background:#1a1a2e99;color:var(--white);font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s}.count-btn.active{border-color:var(--light-purple);background:#a892ee40;color:var(--light-purple)}.count-btn:hover{border-color:var(--light-purple)}.setup-teams-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.setup-team-card{background:#1a1a2e80;border:1px solid rgba(168,146,238,.15);border-radius:12px;padding:1rem}.setup-team-name{width:100%;padding:.45rem .6rem;border-radius:8px;border:1px solid rgba(168,146,238,.35);background:#1a1a2ecc;color:var(--white);font-size:.95rem;font-weight:600;outline:none;margin-bottom:.6rem}.setup-team-name:focus{border-color:var(--light-purple)}.setup-players{display:flex;flex-direction:column;gap:.35rem}.setup-player-row{display:flex;gap:.3rem}.setup-player-input{flex:1;padding:.3rem .5rem;border-radius:6px;border:1px solid rgba(168,146,238,.25);background:#1a1a2eb3;color:var(--white);font-size:.82rem;outline:none}.setup-player-input:focus{border-color:var(--light-purple)}.standings-table-wrap{overflow-x:auto}.standings-table{width:100%;border-collapse:collapse;font-size:.85rem}.standings-table th,.standings-table td{padding:.55rem .45rem;text-align:center;white-space:nowrap}.standings-table th{color:var(--light-purple);font-weight:600;border-bottom:2px solid rgba(168,146,238,.3);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.standings-table td{color:var(--white);border-bottom:1px solid rgba(168,146,238,.1)}.standings-table .team-name-cell{text-align:left;font-weight:600}.standings-table .top-row td{background:#a892ee1f}.standings-table .pts-cell{font-weight:700;color:var(--light-purple);font-size:.95rem}.gd-pos{color:#4ade80}.gd-neg{color:#f87171}.groups-standings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 700px){.groups-standings-grid{grid-template-columns:1fr}}.group-standings-card{background:linear-gradient(145deg,#a892ee1a,#a892ee0a);border:1px solid rgba(168,146,238,.2);border-radius:14px;padding:1rem}.group-standings-title{color:var(--light-purple);font-size:1.1rem;font-weight:700;text-align:center;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:1px}.match-stage-title{color:var(--light-purple);font-size:1.1rem;font-weight:700;text-align:center;margin:1.5rem 0 .8rem;text-transform:uppercase;letter-spacing:1px}.round-block{margin-bottom:1.5rem}.round-label{color:var(--light-purple);font-size:1rem;font-weight:700;margin-bottom:.6rem;display:flex;align-items:center;gap:.4rem}.round-matches{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.round-matches{grid-template-columns:1fr}}.round-field{display:flex;flex-direction:column;gap:.3rem}.round-field-label{font-size:.75rem;color:#a892eeb3;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.edit-groups-panel{background:linear-gradient(145deg,#a892ee1a,#a892ee0a);border:1px solid rgba(168,146,238,.2);border-radius:14px;padding:1.2rem;max-width:500px;margin:0 auto}.edit-groups-grid{display:flex;flex-direction:column;gap:.5rem}.edit-group-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .8rem;background:#1a1a2e80;border-radius:10px;border:1px solid rgba(168,146,238,.12)}.edit-group-team-name{color:var(--white);font-weight:600;font-size:.9rem}.edit-group-btns{display:flex;gap:.4rem}.edit-group-btn{width:36px;height:36px;border-radius:8px;border:2px solid rgba(168,146,238,.25);background:#1a1a2e99;color:#ffffff80;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.edit-group-btn:hover:not(:disabled){border-color:var(--light-purple);color:var(--white)}.edit-group-btn:disabled{cursor:default}.edit-group-btn.active-a{border-color:#4ade80;background:#4ade8026;color:#4ade80}.edit-group-btn.active-b{border-color:#facc15;background:#facc1526;color:#facc15}.edit-groups-actions{display:flex;justify-content:center;margin-top:1rem}.gen-stage-btn-wrap{display:flex;justify-content:center;margin:1.5rem 0}.btn-gen-stage{border:none;cursor:pointer;border-radius:12px;font-size:.95rem;padding:.7rem 1.8rem;font-weight:700;background:linear-gradient(135deg,#a892ee4d,#4ade8033);color:var(--white);border:1px solid rgba(168,146,238,.4);transition:all .2s}.btn-gen-stage:hover{background:linear-gradient(135deg,#a892ee73,#4ade804d);border-color:var(--light-purple)}.stage-badge{text-align:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;padding:.2rem .6rem;border-radius:6px;display:inline-block}.match-card .stage-badge{display:block}.stage-badge.stage-semi{color:#facc15;background:#facc1526}.stage-badge.stage-final{color:#4ade80;background:#4ade8026}.stage-badge.stage-third_place{color:#fb923c;background:#fb923c26}.groups-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}@media (max-width: 600px){.groups-grid{grid-template-columns:1fr}}.group-card{background:linear-gradient(145deg,#a892ee26,#a892ee0f);border:1px solid rgba(168,146,238,.25);border-radius:14px;padding:1.2rem}.group-title{color:var(--light-purple);font-size:1.1rem;font-weight:700;margin-bottom:.8rem;text-align:center;letter-spacing:1px;text-transform:uppercase}.group-team-row{padding:.4rem 0;border-bottom:1px solid rgba(168,146,238,.08)}.group-team-row:last-child{border-bottom:none}.group-team-name{color:var(--white);font-weight:500;font-size:.9rem}.matches-list{display:flex;flex-direction:column;gap:.8rem}.match-card{background:#1a1a2e99;border:1px solid rgba(168,146,238,.18);border-radius:12px;padding:1rem}.match-card.finished{border-color:#a892ee59}.match-teams{display:flex;align-items:center;justify-content:center;gap:.8rem}.match-team{font-weight:600;color:var(--white);flex:1;font-size:.95rem}.match-team.home{text-align:right}.match-team.away{text-align:left}.match-vs{min-width:60px;text-align:center}.match-score{font-weight:700;font-size:1.2rem;color:var(--light-purple);background:#a892ee26;padding:.2rem .6rem;border-radius:8px}.match-pending{color:#fff6;font-size:.85rem;font-style:italic}.match-goals-public{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(168,146,238,.1)}.match-goals-split{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(168,146,238,.1)}.goals-col{display:flex;flex-direction:column;gap:.1rem}.goals-col-home{text-align:left}.goals-col-away{text-align:right}.goal-line-home,.goal-line-away,.goal-line{font-size:.82rem;color:#ffffffbf;padding:.15rem 0}.goal-line .assist{color:#a892eeb3;font-size:.78rem}.goal-line .goal-team{color:#a892ee8c;font-size:.78rem}.match-admin-btns{display:flex;justify-content:center;gap:.5rem;margin-top:.6rem}.match-edit-panel{margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(168,146,238,.15)}.score-row{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.8rem}.score-input{width:52px;padding:.4rem;border-radius:8px;border:1px solid rgba(168,146,238,.4);background:#1a1a2ecc;color:var(--white);text-align:center;font-size:1rem;font-weight:700;outline:none}.score-input:focus{border-color:var(--light-purple)}.score-separator{color:var(--white);font-weight:700;font-size:1.1rem}.goals-editor{margin-bottom:.8rem}.goals-title{color:var(--light-purple);font-size:.85rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.goal-row{display:flex;gap:.4rem;margin-bottom:.4rem;flex-wrap:wrap}.goal-select{flex:1;min-width:100px;padding:.3rem .4rem;border-radius:6px;border:1px solid rgba(168,146,238,.3);background:#1a1a2ecc;color:var(--white);font-size:.8rem;outline:none}.goal-select:focus{border-color:var(--light-purple)}.match-edit-actions{display:flex;justify-content:center;gap:.6rem}.match-tabs{display:flex;gap:.4rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.2rem}.match-tab{display:flex;align-items:center;gap:.35rem;padding:.5rem 1rem;border-radius:10px;border:1px solid rgba(168,146,238,.2);background:#1a1a2e80;color:#fff9;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s}.match-tab:hover{border-color:#a892ee66;color:var(--white)}.match-tab.active{border-color:var(--light-purple);background:#a892ee2e;color:var(--light-purple)}.tab-count{background:#a892ee40;color:var(--light-purple);font-size:.7rem;padding:.1rem .45rem;border-radius:8px;font-weight:700}.match-tab.active .tab-count{background:#a892ee66}.live-badge{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.72rem;font-weight:700;color:#f87171;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem}.live-dot{width:8px;height:8px;border-radius:50%;background:#f87171;animation:pulse-live 1.2s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}.next-badge{text-align:center;font-size:.7rem;font-weight:700;color:#facc15;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem}.match-card.playing_now{border-color:#f8717166;background:#f8717114}.match-card.playing_next{border-color:#facc1559;background:#facc150f}.btn-status-now{border:none;cursor:pointer;border-radius:8px;font-size:.8rem;padding:.4rem .75rem;font-weight:600;background:#f8717126;color:#f87171;border:1px solid rgba(248,113,113,.3);transition:background .2s}.btn-status-now:hover{background:#f871714d}.btn-status-next{border:none;cursor:pointer;border-radius:8px;font-size:.8rem;padding:.4rem .75rem;font-weight:600;background:#facc151f;color:#facc15;border:1px solid rgba(250,204,21,.3);transition:background .2s}.btn-status-next:hover{background:#facc1540}.btn-status-back{border:none;cursor:pointer;border-radius:8px;font-size:.8rem;padding:.4rem .75rem;font-weight:600;background:#ffffff14;color:#fff9;border:1px solid rgba(255,255,255,.15);transition:background .2s}.btn-status-back:hover{background:#ffffff26}.auto-result-hint{text-align:center;font-size:.82rem;color:var(--light-purple);margin-bottom:.8rem;font-weight:600}.score-label{color:#fff9;font-size:.78rem;font-weight:600;max-width:100px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rosters-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:900px;margin:0 auto}@media (max-width: 700px){.rosters-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 450px){.rosters-grid{grid-template-columns:1fr}}.roster-card{background:#1a1a2e80;border:1px solid rgba(168,146,238,.15);border-radius:12px;padding:1rem}.roster-team-name{color:var(--white);font-size:1rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.btn-edit-name{background:none;border:none;cursor:pointer;padding:0;font-size:.85rem;opacity:.6;line-height:1}.btn-edit-name:hover{opacity:1}.roster-name-edit{display:flex;align-items:center;gap:.3rem}.roster-name-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:var(--white);font-size:.95rem;padding:.15rem .4rem;width:120px}.roster-group{color:var(--light-purple);font-size:.8rem;font-weight:400}.roster-list{list-style:none;padding:0;margin:0 0 .5rem}.roster-player{display:flex;align-items:center;justify-content:space-between;padding:.25rem 0;color:var(--white);font-size:.85rem;border-bottom:1px solid rgba(168,146,238,.06)}.roster-player:last-child{border-bottom:none}.add-player-form{display:flex;gap:.35rem;margin-top:.4rem}.add-player-input{flex:1;padding:.3rem .5rem;border-radius:6px;border:1px solid rgba(168,146,238,.3);background:#1a1a2ecc;color:var(--white);font-size:.82rem;outline:none}.add-player-input:focus{border-color:var(--light-purple)}.podium{display:flex;justify-content:center;align-items:flex-end;gap:1rem;padding:1.5rem 0}.podium-place{display:flex;flex-direction:column;align-items:center;padding:1.2rem 1.5rem;border-radius:16px;min-width:120px;transition:transform .2s}.podium-place:hover{transform:translateY(-4px)}.podium-1{background:linear-gradient(145deg,#facc1533,#facc1514);border:2px solid rgba(250,204,21,.4);order:2;padding-bottom:2rem}.podium-2{background:linear-gradient(145deg,#c0c0c026,#c0c0c00f);border:2px solid rgba(192,192,192,.3);order:1}.podium-3{background:linear-gradient(145deg,#cd7f3226,#cd7f320f);border:2px solid rgba(205,127,50,.3);order:3}.podium-medal{font-size:2.5rem;margin-bottom:.3rem}.podium-position{font-size:1.5rem;font-weight:800;color:var(--white);margin-bottom:.4rem}.podium-team{font-size:1rem;font-weight:700;color:var(--white);text-align:center}@media (max-width: 500px){.podium{gap:.5rem}.podium-place{min-width:90px;padding:.8rem}.podium-medal{font-size:1.8rem}.podium-team{font-size:.82rem}}@media (max-width: 500px){.football-page{padding:1.2rem .8rem 3rem}.football-title{font-size:1.7rem}.standings-table{font-size:.75rem}.standings-table th,.standings-table td{padding:.35rem .25rem}.match-team{font-size:.82rem}.match-tabs{gap:.25rem}.match-tab{font-size:.72rem;padding:.4rem .6rem}.goal-row{flex-direction:column}.goal-select{min-width:0}.score-label{display:none}}.pub-events-list{margin-top:1.5rem}.pub-event-header{width:100%;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#a892ee26,#a892ee0d);border:1px solid rgba(168,146,238,.35);border-radius:14px;padding:1rem 1.4rem;color:var(--white);font-size:1.1rem;font-weight:700;cursor:pointer;text-align:left;transition:background .2s}.pub-event-header:hover{background:linear-gradient(135deg,#a892ee40,#a892ee1a)}.pub-event-chevron{color:var(--light-purple);font-size:.85rem}.pub-event-body{border:1px solid rgba(168,146,238,.2);border-top:none;border-radius:0 0 14px 14px;padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.pub-section-title{color:var(--light-purple);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.pub-analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 500px){.pub-analytics-grid{grid-template-columns:1fr}}.pub-analytics-subtitle{color:var(--white);font-size:.95rem;font-weight:600;margin-bottom:.7rem}.pub-leaderboard-row{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.pub-rank{color:var(--light-purple);font-size:.8rem;font-weight:700;width:2rem;flex-shrink:0}.pub-player-name{color:var(--white);font-size:.9rem;flex:1}.pub-count{color:#a892eee6;font-size:.85rem;font-weight:600}.pub-empty{color:#fff6;font-size:.85rem}.home-page{min-height:100vh;background:linear-gradient(135deg,var(--dark-background) 0%,#2a2a3e 100%);position:relative;overflow:hidden}.dynamic-island{position:absolute;top:20px;left:20px;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:25px;padding:12px 20px;border:1px solid rgba(168,146,238,.3);box-shadow:0 8px 32px #0000004d;max-width:90vw;width:fit-content;z-index:10;animation:slideInFromTop .8s ease-out}.promotion-content{display:flex;flex-direction:column;align-items:center;gap:8px}.promotion-text{color:var(--light-purple);font-size:14px;font-weight:600;text-align:center}.timer{display:flex;gap:12px;align-items:center}.time-unit{display:flex;flex-direction:column;align-items:center;min-width:40px}.time-value{color:var(--white);font-size:18px;font-weight:700;line-height:1}.time-label{color:var(--light-purple);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.expired-content{display:flex;flex-direction:column;align-items:center;gap:4px}.expired-text{color:#4ade80;font-size:14px;font-weight:600;text-align:center}.expired-subtext{color:var(--light-purple);font-size:12px;font-weight:400;text-align:center}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.page-title{animation:fadeInUp .8s ease-out 1s both}.hero-section{padding:4rem 2rem;text-align:center;position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/nisfonphoto-C9MBd9b5.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;animation:fadeInUp 1s ease-out .3s both}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(168,146,238,.1) 0%,transparent 70%);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px}.hero-title{font-size:3.5rem;font-weight:300;color:var(--white);font-style:italic;font-family:Dancing Script,cursive;text-shadow:0 0 30px rgba(168,146,238,.5);animation:glow 2s ease-in-out infinite alternate,fadeInScale 1.2s ease-out .6s both}@keyframes glow{0%{text-shadow:0 0 20px rgba(168,146,238,.5)}to{text-shadow:0 0 30px rgba(168,146,238,.8),0 0 40px rgba(168,146,238,.3)}}.building-illustration{position:relative;margin:2rem auto;width:300px;height:200px}.building-windows{position:absolute;left:0;top:0;width:150px;height:150px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px}.window-pane{background-color:var(--light-purple);border:2px solid var(--white);opacity:.7}.building-wall{position:absolute;right:0;top:0;width:150px;height:150px;background-color:var(--primary-purple);display:flex;align-items:center;justify-content:center}.nis-logo{display:flex;flex-direction:column;align-items:center;color:var(--light-purple)}.logo-figure{font-size:2rem;margin-bottom:.5rem}.nis-text{font-size:1.5rem;font-weight:700}.foreground-bushes{position:absolute;bottom:0;left:0;right:0;height:50px;display:flex;justify-content:space-around;align-items:flex-end}.bush{width:40px;height:30px;background-color:var(--dark-background);border-radius:50%/60% 60% 40% 40%;opacity:.8}.program-section{padding:2rem}.section-title{color:var(--white);font-size:2rem;text-align:center;margin-bottom:2rem}.program-tabs{display:flex;gap:.25rem;justify-content:flex-start;flex-wrap:nowrap;margin:0 auto 2rem;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:.5rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.tab{background-color:var(--primary-purple);color:var(--white);padding:.4rem .8rem;border-radius:20px;font-size:.8rem;transition:all .3s ease;white-space:nowrap;flex-shrink:0;min-width:fit-content;border:none;cursor:pointer;scroll-snap-align:start}.tab.active{background-color:var(--light-purple)}.tab:hover{background-color:var(--accent-blue)}.program-content{max-width:800px;margin:0 auto;background:linear-gradient(145deg,#a892ee33,#a892ee1a);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(168,146,238,.3);border-radius:25px;padding:2.5rem;box-shadow:0 8px 32px #0000004d;transition:all .3s ease}.program-content:hover{transform:translateY(-5px);box-shadow:0 15px 40px #a892ee33}.content-title{color:var(--white);font-size:1.8rem;margin-bottom:1rem;text-align:center}.content-description{color:var(--white);font-size:1.1rem;margin-bottom:2rem;line-height:1.6;text-align:center}.features-list h4{color:var(--light-purple);font-size:1.3rem;margin-bottom:1rem;text-align:center}.features-list li{color:var(--white);padding:.5rem 0;border-bottom:1px solid var(--dark-background);text-align:center}.ratings-section{padding:2rem;background-color:var(--primary-purple);margin:2rem;border-radius:15px}.ratings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ratings-header h3{color:var(--light-purple);font-size:1.5rem}.expand-icon{color:var(--accent-blue);font-size:1.2rem;cursor:pointer}.ratings-content p{color:var(--white);line-height:1.6;font-size:.95rem}.events-page{min-height:100vh;background-color:var(--dark-background);padding:2rem}.events-container{position:relative;width:100%;height:100%;overflow:hidden;animation:fadeInScale .8s ease-out 1.6s both;padding:0 80px}.events-container .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#a892eecc;border:2px solid var(--light-purple);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--white);cursor:pointer;transition:all .3s ease;z-index:1000;pointer-events:auto;box-shadow:0 4px 15px #a892ee66}.events-container .nav-arrow:hover{background:#a892ee66;border-color:var(--light-purple);transform:translateY(-50%) scale(1.1);box-shadow:0 5px 15px #a892ee4d}.events-container .nav-arrow.left{left:20px}.events-container .nav-arrow.right{right:20px}.event-card{background:linear-gradient(145deg,#a892ee33,#a892ee1a);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(168,146,238,.3);border-radius:25px;padding:0;text-align:center;position:relative;overflow:hidden;min-height:600px;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:800px;box-shadow:0 8px 32px #0000004d;transition:all .3s ease;z-index:2}.event-card:hover{border-color:#a892ee80}@keyframes slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.event-image.slide-right{opacity:1;transform:translate(0);animation:slideInRight .8s ease forwards}.event-image.slide-left{opacity:1;transform:translate(0);animation:slideInLeft .8s ease forwards}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.event-slider{position:relative;width:80%;height:110vh;display:flex;justify-content:center;align-items:center;overflow:visible;margin:0 auto 2rem;perspective:1200px}.event-slide{position:absolute;width:50%;height:auto;border-radius:25px;transition:all .8s ease;box-shadow:0 8px 32px #0000004d;opacity:0;transform:scale(.8)}@media (max-width: 768px){.event-slider{height:80vh}.event-slide{width:70%}}.event-slide.active{opacity:1;transform:translate(0) scale(1);z-index:3}.event-slide.prev{opacity:.5;transform:translate(-40%) scale(.9);z-index:2}.event-slide.next{opacity:.5;transform:translate(40%) scale(.9);z-index:2}.event-slide.hidden{opacity:0;transform:scale(.8);z-index:1}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.event-brand{color:var(--white);font-size:1.2rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.event-title{color:var(--light-purple);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.event-subtitle{color:var(--white);font-size:1.2rem;margin-bottom:1rem}.event-month{color:var(--white);font-size:1rem;margin-bottom:.5rem}.event-date{color:var(--white);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.event-time{color:var(--accent-blue);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.event-location{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.location-circle{width:80px;height:80px;border-radius:50%;background-color:var(--dark-gray);display:flex;align-items:center;justify-content:center;position:relative}.location-text{color:var(--white);font-size:.7rem;text-align:center;line-height:1.2;transform:rotate(-45deg)}.event-image{position:absolute;left:1rem;top:50%;transform:translateY(-50%)}.image-placeholder{font-size:3rem;opacity:.8}.leader-photo{width:120px;height:120px;border-radius:15px;object-fit:cover;border:3px solid var(--light-purple);box-shadow:0 8px 25px #a892ee4d;transition:all .3s ease}.leader-photo:hover{transform:scale(1.05);box-shadow:0 12px 35px #a892ee80}.team-leaders-page{min-height:100vh;background-color:var(--dark-purple);padding:2rem}.leaders-container{position:relative;max-width:600px;margin:0 auto;display:flex;align-items:center;justify-content:center;animation:fadeInUp .8s ease-out 1.3s both;padding:0 80px}.nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#a892eecc;border:2px solid var(--light-purple);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--white);cursor:pointer;transition:all .3s ease;z-index:1000;pointer-events:auto;box-shadow:0 4px 15px #a892ee66}.nav-arrow:hover{background:#a892ee66;border-color:var(--light-purple);transform:translateY(-50%) scale(1.1);box-shadow:0 5px 15px #a892ee4d}.nav-arrow.left{left:10px}.nav-arrow.right{right:10px}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:2rem}.dot{width:15px;height:15px;border-radius:50%;background:#a892ee80;cursor:pointer;transition:all .3s ease;border:2px solid rgba(168,146,238,.3)}.dot:hover{background:#a892ee99;transform:scale(1.2)}.dot.active{background:var(--light-purple);border-color:var(--light-purple);box-shadow:0 0 15px #a892eecc;transform:scale(1.3)}.leader-card{background:linear-gradient(145deg,#a892ee33,#a892ee1a);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(168,146,238,.3);border-radius:25px;padding:2.5rem;text-align:center;width:100%;max-width:400px;box-shadow:0 8px 32px #0000004d;transition:all .3s ease;position:relative;z-index:2;animation:fadeInScale .8s ease-out 1.1s both}.leader-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #a892ee33;border-color:#a892ee80}.leader-image{margin-bottom:1.5rem}.leader-image .image-placeholder{font-size:4rem;opacity:.8}.leader-image .leader-photo{width:99%;height:350px;border-radius:20px;object-fit:cover;border:4px solid var(--light-purple);box-shadow:0 10px 30px #a892ee66;transition:all .3s ease}.leader-image .leader-photo:hover{transform:scale(1.08);box-shadow:0 15px 40px #a892ee99}.leader-info{color:var(--white)}.leader-name{font-size:2rem;font-weight:700;margin-bottom:.5rem}.leader-first-name{font-size:1.5rem;margin-bottom:.5rem}.leader-position{color:var(--light-purple);font-size:1.2rem}.program-page{min-height:100vh;background-color:var(--dark-background);padding:2rem}.program-content{max-width:800px;margin:2rem auto;background-color:var(--primary-purple);border-radius:20px;padding:2rem}.content-title{color:var(--white);font-size:2rem;margin-bottom:1rem}.content-description{color:var(--white);font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.features-list h3{color:var(--light-purple);font-size:1.3rem;margin-bottom:1rem}.features-list li{color:var(--white);padding:.5rem 0;border-bottom:1px solid var(--dark-purple)}.features-list li:before{content:"•";color:var(--accent-blue);font-weight:700;display:inline-block;width:1em;margin-left:-1em}.team-leaders-section{min-height:100vh;background:linear-gradient(135deg,#2a2a3e 0%,var(--dark-background) 100%);padding:4rem 2rem;position:relative;animation:slideInFromLeft 1s ease-out .9s both}.team-leaders-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(168,146,238,.1) 0%,transparent 50%)}.events-section{position:relative;width:100%;height:120%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;animation:fadeInUp 1s ease-out 1.5s both}.events-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(168,146,238,.1) 0%,transparent 50%)}@media (max-width: 768px){.hero-title{font-size:2rem}.building-illustration{width:250px;height:150px}.building-windows,.building-wall{width:120px;height:120px}.event-card,.leader-card{padding:1.5rem}.event-title{font-size:2rem}.tab{width:200px;text-align:center;border-radius:25px}.leader-image .leader-photo{width:235px;height:350px}}@media (max-width: 1024px) and (min-width: 769px){.hero-section{padding:3rem 2rem;min-height:70vh}.hero-title{font-size:3rem}.dynamic-island{top:15px;left:15px;right:15px;padding:10px 15px}.team-leaders-section{padding:2.5rem 1.5rem;margin:2rem 1.5rem}.leader-card{max-width:400px;padding:2rem}.leader-photo{width:220px;height:220px}.leader-name{font-size:1.6rem}.leader-position{font-size:1.1rem}.program-section{padding:2.5rem 1.5rem;margin:2rem 1.5rem}.program-content{padding:2rem}.content-title{font-size:1.8rem}.events-section{padding:2.5rem 1.5rem;margin:2rem 1.5rem}.event-slider{max-width:400px}.event-slide{height:220px}.nav-arrow{width:50px;height:50px;font-size:1.5rem}.nav-arrow{width:55px;height:55px;font-size:24px}.nav-arrow.left{left:15px}.nav-arrow.right{right:15px}.leaders-container{padding:0 70px}.leader-photo{width:110px;height:110px}.program-section{padding:3rem 2rem;margin:0 auto 2rem}.section-title{font-size:2.2rem}.program-tabs{display:flex;gap:.3rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:.4rem .8rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:center;scroll-snap-type:x mandatory}.program-tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;flex-shrink:0;min-width:fit-content;border-radius:25px;padding:.4rem .8rem;font-size:.85rem;scroll-snap-align:start}.events-container{padding:0 70px}}@media (max-width: 768px){.navbar:not(.active){display:none!important}.main-content{width:100%;max-width:100vw;display:flex;flex-direction:column;align-items:center;padding:0;margin:0}.home-page{width:100%;max-width:100%;padding:0;margin:0;display:flex;flex-direction:column;align-items:center}.page-title{text-align:center;margin:2rem 0;font-size:2.5rem;color:var(--white);text-shadow:0 0 20px rgba(168,146,238,.5)}.section-title{text-align:center;margin:2rem 0;font-size:2rem;color:var(--white)}.home-page{width:100%;max-width:100vw;overflow-x:hidden}.hero-section{padding:1.5rem 1rem;min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100vw;box-sizing:border-box}.hero-title{font-size:2.5rem;line-height:1.2}.dynamic-island{top:10px;left:10px;right:10px;padding:8px 12px;max-width:none;width:auto;z-index:1000;position:absolute}.promotion-text{font-size:12px}.timer{gap:8px}.time-unit{min-width:30px}.time-value{font-size:14px}.time-label{font-size:8px}.nav-arrow{width:35px;height:35px;font-size:16px}.nav-arrow.left{left:5px}.nav-arrow.right{right:5px}.events-container .nav-arrow.left{left:10px}.events-container .nav-arrow.right{right:10px}.team-leaders-section{padding:1.5rem 1rem;min-height:80vh;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:100vw;box-sizing:border-box}.team-leaders-page{padding:1rem}.leaders-container{padding:0 60px;max-width:100%}.leader-card{padding:1.5rem;max-width:100%;margin:0 auto 2 rem}.leader-photo{width:100px;height:100px;border-radius:12px;object-fit:cover}.leader-name{font-size:1.5rem}.leader-position{font-size:1rem}.program-section{padding:1.5rem 1rem;margin:0;border-radius:15px;max-width:100vw;box-sizing:border-box}.section-title{font-size:2rem}.program-tabs{display:flex;gap:.1rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:.3rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;scroll-snap-type:x mandatory}.program-tabs::-webkit-scrollbar{display:none}.tab{padding:.25rem .5rem;font-size:.7rem;white-space:nowrap;flex-shrink:0;min-width:fit-content;border-radius:15px;scroll-snap-align:start}.program-content{padding:1.5rem}.content-title{font-size:1.5rem}.content-description{font-size:1rem}.events-section{height:80vh;padding:1rem 0;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:100vw;box-sizing:border-box}.events-container{padding:0 60px}.carousel-dots{margin-top:1rem;gap:6px}.dot{width:8px;height:8px}.page-title{font-size:2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.dynamic-island{top:5px;left:5px;right:5px;padding:6px 10px}.promotion-text{font-size:10px}.timer{gap:6px}.time-unit{min-width:25px}.time-value{font-size:12px}.time-label{font-size:7px}.nav-arrow{width:30px;height:30px;font-size:14px}.leaders-container{padding:0 50px}.leader-photo{width:80px;height:80px}.leader-name{font-size:1.2rem}.leader-position{font-size:.9rem}.section-title,.page-title{font-size:1.5rem}.tab{padding:.4rem .8rem;font-size:.8rem}.program-content{padding:1rem}.content-title{font-size:1.2rem}.content-description{font-size:.9rem}.events-container{padding:0 50px}.header{padding:.5rem 1rem}.logo-text{font-size:1.2rem}.logo-img{width:60px;height:60px}.navbar{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;transition:right .3s ease;z-index:1000;display:none}.navbar.active{right:0;display:flex}.nav-btn{margin:1rem 0;font-size:1.2rem;padding:1rem 2rem}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;z-index:1001}.hamburger-line{width:100%;height:3px;background:var(--white);transition:all .3s ease}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.footer{padding:2rem 1rem}.footer-content{flex-direction:column;gap:2rem}.footer-section{text-align:center}.footer-logo{justify-content:center}.footer-brand{font-size:1.5rem}.footer-logo-img{width:30px;height:30px}.footer-title{font-size:1.2rem;margin-bottom:1rem}.footer-description{font-size:.9rem;line-height:1.5}.contact-info{align-items:center}.contact-item{margin:.5rem 0}.contact-link{font-size:.9rem}.footer-links{flex-direction:column;gap:.5rem}.footer-link{font-size:.9rem;padding:.5rem}.footer-text,.footer-copyright{font-size:.8rem}}@media (max-width: 320px){.hero-title{font-size:1.8rem}.dynamic-island{top:5px;left:5px;right:5px;padding:4px 8px}.promotion-text{font-size:9px}.timer{gap:4px}.time-unit{min-width:20px}.time-value{font-size:10px}.time-label{font-size:6px}.nav-arrow{width:35px;height:35px;font-size:16px}.leaders-container{padding:0 40px}.leader-photo{width:70px;height:70px;border-radius:10px;object-fit:cover}.leader-name{font-size:1rem}.leader-position{font-size:.8rem}.section-title,.page-title{font-size:1.3rem}.tab{padding:.3rem .6rem;font-size:.7rem}.program-tabs{gap:.05rem;padding:.2rem}.tab{padding:.2rem .4rem;font-size:.65rem}.program-content{padding:.8rem}.content-title{font-size:1rem}.content-description{font-size:.8rem}.events-container{padding:0 40px}.dot{width:6px;height:6px}.main-content,.home-page{width:100%;max-width:100vw;overflow-x:hidden}}@media (hover: none) and (pointer: coarse){.nav-arrow{min-width:35px;min-height:35px}.dot{min-width:20px;min-height:20px;display:flex;align-items:center;justify-content:center}.tab{min-height:44px;padding:.8rem 1.5rem}.nav-btn{min-height:44px;padding:1rem 1.5rem}.hamburger{min-width:44px;min-height:44px}.program-tabs{gap:.05rem;padding:.15rem}.tab{padding:.15rem .3rem;font-size:.6rem}.wall-of-fame-section{padding:2rem 1rem;margin:1rem}.coming-soon-content{padding:2rem 1rem}.coming-soon-title{font-size:2rem}.coming-soon-description{font-size:1rem}.posts-section{padding:2rem 1rem;margin:1rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.team-leaders-section{width:100%;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#2a2a3ecc,#1a1a25e6);border-radius:20px;margin:2rem 1rem;box-shadow:0 8px 32px #0000004d}.leaders-container{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0;width:100%;max-width:400px}.leader-card{width:100%;max-width:280px;background:#ffffff0d;border-radius:20px;padding:1.5rem;border:1px solid rgba(168,146,238,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;box-shadow:0 8px 32px #0000004d}.leader-image{display:flex;justify-content:center;margin-bottom:1.5rem}.leader-photo{width:180px;height:180px;object-fit:cover;border-radius:50%;border:3px solid rgba(168,146,238,.3);box-shadow:0 8px 32px #a892ee33}.leader-info{text-align:center}.leader-name{font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:.5rem;text-shadow:0 0 10px rgba(168,146,238,.5)}.leader-position{font-size:1rem;color:var(--light-purple);font-weight:500}.program-section{width:100%;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#2a2a3ecc,#1a1a25e6);border-radius:20px;margin:2rem 1rem;box-shadow:0 8px 32px #0000004d}.program-tabs{width:100%;max-width:100%;display:flex;gap:.5rem;overflow-x:auto;padding:1rem 0;justify-content:flex-start}.program-content{width:100%;max-width:100%;background:#ffffff0d;border-radius:15px;padding:1.5rem;border:1px solid rgba(168,146,238,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:1rem}.content-title{text-align:center;font-size:1.5rem;color:var(--white);margin-bottom:1rem;text-shadow:0 0 10px rgba(168,146,238,.5)}.features-list{text-align:left}.features-list h4{color:var(--light-purple);font-size:1.1rem;margin-bottom:1rem;text-align:center}.features-list ul{list-style:none;padding:0}.features-list li{color:var(--white);margin-bottom:.8rem;padding-left:1.5rem;position:relative}.features-list li:before{content:"•";color:var(--light-purple);position:absolute;left:0;font-size:1.2rem}.events-section{width:100%;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#2a2a3ecc,#1a1a25e6);border-radius:20px;margin:2rem 1rem;box-shadow:0 8px 32px #0000004d}.events-container{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0;width:100%;max-width:400px}.event-slider{width:100%;max-width:300px;position:relative;overflow:hidden;border-radius:15px;box-shadow:0 8px 32px #0000004d}.event-slide{width:90%;border-radius:15px;transition:all .3s ease}.event-slide.active{transform:scale(1.05);box-shadow:0 8px 32px #a892ee4d}.nav-arrow{width:40px;height:40px;border-radius:50%;background:#a892eecc;border:none;color:var(--white);font-size:1.2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #a892ee4d}.nav-arrow:hover{background:#a892ee;transform:scale(1.1)}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.dot{width:12px;height:12px;border-radius:50%;background:#a892ee4d;cursor:pointer;transition:all .3s ease}.dot.active{background:var(--light-purple);transform:scale(1.2)}.nav-arrow:hover{transform:translateY(-50%);background:#a892eecc;border-color:var(--light-purple);box-shadow:0 4px 15px #a892ee66}.dot:hover{transform:scale(1);background:#a892ee80}.tab:hover{transform:none;background:#a892ee1a}.leader-card:hover{transform:none;box-shadow:0 8px 32px #0000004d}.leader-photo:hover{transform:none;box-shadow:0 8px 25px #a892ee4d}.leader-photo{border-radius:15px;object-fit:cover;object-position:center}.event-slide{border-radius:15px;object-position:center}}@media (max-width: 768px) and (orientation: landscape){.hero-section{min-height:50vh;padding:.5rem}.hero-title{font-size:1.8rem}.dynamic-island{top:5px;left:5px;right:5px;padding:4px 8px}.team-leaders-section{padding:.5rem;min-height:60vh}.program-section{padding:.5rem}.events-section{height:50vh;padding:.5rem 0}.leader-photo{width:80px;height:80px}}.header{position:sticky;top:0;z-index:1000;background:#1a1a25f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(168,146,238,.2);box-shadow:0 4px 20px #0000004d}.header-container{max-width:1400px;margin:0 auto;gap:4rem;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar{display:flex}.nav-btn{padding:.75rem 1.5rem;background:transparent;color:var(--white);border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none}.nav-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(168,146,238,.3),transparent);transition:left .5s ease}.nav-btn:hover:before{left:100%}.nav-btn:hover{background:#a892ee33;box-shadow:0 0 20px #a892ee66;transform:translateY(-2px)}.nav-btn:active{transform:translateY(0)}.social-icon{width:20px;height:20px;margin-right:8px;color:var(--primary-purple);transition:all .3s ease}.contact-item:hover .social-icon{color:var(--light-purple);transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(168,146,238,.6))}.contact-item{display:flex;align-items:center;padding:.5rem 0;transition:transform .3s ease}.contact-item:hover{transform:translate(5px)}.error-message{text-align:center;padding:2rem;color:var(--light-purple);font-size:1.1rem}.error-message p{margin:0;font-weight:500}.program-section{padding:4rem 2rem;background:linear-gradient(135deg,#2a2a3e80,#1a1a25cc);border-radius:20px;margin:0 2rem;box-shadow:0 8px 32px #0000004d;animation:slideInFromRight 1s ease-out 1.2s both}.section-title{font-size:2.5rem;text-align:center;color:var(--white);margin-bottom:2rem;text-shadow:0 0 20px rgba(168,146,238,.5)}.program-tabs{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:.5rem 1rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;animation:fadeInUp .8s ease-out 1.4s both}.program-tabs::-webkit-scrollbar{display:none}.tab{padding:.5rem 1rem;background:#a892ee1a;border:1px solid rgba(168,146,238,.3);border-radius:25px;color:var(--white);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;min-width:fit-content}.tab:hover{background:#a892ee33;border-color:var(--primary-purple);transform:translateY(-3px);box-shadow:0 5px 15px #a892ee66}.tab.active{background:linear-gradient(135deg,var(--primary-purple),var(--light-purple));border-color:var(--light-purple);box-shadow:0 5px 20px #a892ee99}.program-content{max-width:800px;margin:0 auto;padding:2rem;background:#ffffff0d;border-radius:15px;border:1px solid rgba(168,146,238,.2);animation:fadeInUp .8s ease-out 1.5s both}.content-title{font-size:2rem;color:var(--light-purple);margin-bottom:1rem}.content-description{font-size:1.1rem;color:var(--white);line-height:1.6;margin-bottom:1.5rem}.features-list h4{color:var(--primary-purple);font-size:1.3rem;margin-bottom:1rem}.features-list ul{list-style:none;padding:0}.features-list li{padding:.75rem 0;color:var(--white);font-size:1rem;border-bottom:1px solid rgba(168,146,238,.1);transition:all .3s ease}.features-list li:hover{padding-left:1rem;color:var(--light-purple);border-left:3px solid var(--primary-purple)}.features-list li:before{content:"✦";color:var(--primary-purple);margin-right:.5rem;font-size:1.2rem}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1002;transition:all .3s ease}.hamburger-line{width:28px;height:3px;background:var(--white);border-radius:3px;transition:all .3s ease;box-shadow:0 0 10px #a892ee80}.hamburger:hover .hamburger-line{background:var(--primary-purple);box-shadow:0 0 15px #a892eecc}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(8px,8px);background:var(--primary-purple)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(8px,-8px);background:var(--primary-purple)}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.hamburger{display:flex}.menu-overlay{display:block}.navbar{position:fixed;top:0;right:-100%;height:100vh;width:280px;background:linear-gradient(135deg,#1a1a25fa,#2a2a3efa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:flex-start;padding:100px 2rem 2rem;box-shadow:-5px 0 30px #00000080;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);z-index:1001;border-left:2px solid rgba(168,146,238,.3)}.navbar.active{right:0}.nav-btn{width:100%;padding:1rem 1.5rem;font-size:1.1rem;text-align:left;border-radius:12px;background:#a892ee1a;transform:translate(0);transition:all .3s ease}.navbar.active .nav-btn{animation:slideInRight .4s ease forwards}.navbar.active .nav-btn:nth-child(1){animation-delay:.1s}.navbar.active .nav-btn:nth-child(2){animation-delay:.15s}.navbar.active .nav-btn:nth-child(3){animation-delay:.2s}.navbar.active .nav-btn:nth-child(4){animation-delay:.25s}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.nav-btn:hover{background:#a892ee4d;transform:translate(10px);padding-left:2rem}.nav-btn:active{transform:translate(10px) scale(.95)}}@media (min-width: 400px) and (max-width: 768px){.program-tabs{gap:.1rem;padding:.3rem .5rem;justify-content:flex-start}.tab{padding:.35rem .5rem;font-size:.7rem}}.wall-of-fame-page{min-height:100vh;background:linear-gradient(135deg,var(--dark-background) 0%,#2a2a3e 100%);position:relative;overflow:hidden}.wall-of-fame-hero{padding:4rem 2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.coming-soon-container{display:flex;justify-content:center;align-items:center;min-height:300px}.coming-soon-content{text-align:center;padding:3rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(168,146,238,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.coming-soon-title{font-size:3rem;color:var(--light-purple);margin-bottom:1rem;text-shadow:0 0 20px rgba(168,146,238,.5)}.coming-soon-description{font-size:1.2rem;color:var(--white);opacity:.8}.posts-page{min-height:100vh;background:linear-gradient(135deg,var(--dark-background) 0%,#2a2a3e 100%);position:relative;overflow:hidden}.posts-hero{padding:4rem 2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.posts-container{max-width:1200px;margin:0 auto}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.post-item{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 8px 32px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.post-item:hover{transform:translateY(-10px);box-shadow:0 15px 40px #a892ee33}.post-image{width:100%;object-fit:cover;display:block}.post-overlay{position:absolute;top:1rem;right:1rem;background:#a892eee6;padding:.5rem 1rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.post-label{color:var(--white);font-weight:600;font-size:.9rem}@media (max-width: 375px){.page-title{font-size:2rem;margin:1.5rem 0}.section-title{font-size:1.8rem;margin:1.5rem 0}.team-leaders-section{padding:1.5rem .5rem;margin:1rem .5rem}.leader-card{max-width:250px;padding:1rem}.leader-photo{width:140px;height:140px}.leader-name{font-size:1.2rem}.leader-position{font-size:.9rem}.program-section{padding:1.5rem .5rem;margin:1rem .5rem}.program-content{padding:1rem}.content-title{font-size:1.3rem}.events-section{padding:1.5rem .5rem;margin:1rem .5rem}.event-slider{max-width:250px}.nav-arrow{width:35px;height:35px;font-size:1rem}}@media (min-width: 376px) and (max-width: 768px){.page-title{font-size:2.5rem;margin:2rem 0}.section-title{font-size:2rem;margin:2rem 0}.team-leaders-section{padding:2rem 1rem;margin:2rem 1rem}.leader-card{max-width:320px;padding:1.5rem}.leader-photo{width:200px;height:200px}.leader-name{font-size:1.5rem}.leader-position{font-size:1rem}.program-section{padding:2rem 1rem;margin:2rem 1rem}.program-content{padding:1.5rem}.content-title{font-size:1.5rem}.events-section{padding:2rem 1rem;margin:2rem 1rem}.event-slider{max-width:350px}.event-slide{height:300px}.nav-arrow{width:45px;height:45px;font-size:1.3rem}}@media (min-width: 1025px){.program-tabs{justify-content:center;gap:.75rem;padding:.75rem 2rem}.tab{padding:.75rem 1.5rem;font-size:1rem}.team-leaders-section{padding:3rem 2rem}.leader-card{max-width:450px;padding:2.5rem}.leader-photo{width:250px;height:250px}.leader-name{font-size:1.8rem}.leader-position{font-size:1.2rem}.program-section{padding:3rem 2rem;margin:3rem 2rem}.program-content{padding:2.5rem}.content-title{font-size:2rem}.events-section{padding:3rem 2rem}.event-slider{max-width:100%}.event-slide{height:800px}.nav-arrow{width:60px;height:60px;font-size:1.8rem}}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:2rem auto 0;padding:0 1rem}.team-grid-card{background:linear-gradient(145deg,#a892ee33,#a892ee14);border:1px solid rgba(168,146,238,.3);border-radius:20px;padding:1.8rem 1.2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #0000004d;overflow:hidden}.team-grid-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #a892ee40;border-color:#a892ee99}.team-grid-photo{width:130px;height:130px;border-radius:50%;object-fit:cover;object-position:top center;border:3px solid var(--light-purple);box-shadow:0 4px 15px #a892ee66;display:block;margin:0 auto 1rem}.team-grid-avatar-placeholder{width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,#a892ee66,#a892ee26);border:3px solid rgba(168,146,238,.4);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:3rem;font-weight:700;color:var(--light-purple)}.team-grid-name{color:var(--white);font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.team-grid-role{color:var(--light-purple);font-size:.9rem;font-weight:600;margin-bottom:.6rem}.team-grid-phone{color:#ffffffb3;font-size:.85rem}@media (max-width: 768px){.team-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.team-grid{grid-template-columns:1fr}}.ideas-page{min-height:100vh;background:linear-gradient(135deg,var(--dark-background) 0%,#2a2a3e 100%);padding-bottom:4rem}.ideas-hero{padding:5rem 2rem 3rem;text-align:center}.ideas-title{font-size:3rem;font-weight:700;color:var(--white);margin-bottom:1rem}.ideas-subtitle{color:#ffffffb3;font-size:1.1rem;max-width:500px;margin:0 auto;line-height:1.6}.ideas-form-wrapper{max-width:560px;margin:0 auto;padding:0 1.5rem}.ideas-form{background:linear-gradient(145deg,#a892ee26,#a892ee0d);border:1px solid rgba(168,146,238,.3);border-radius:24px;padding:2.5rem 2rem;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;gap:1.5rem}.ideas-field{display:flex;flex-direction:column;gap:.5rem}.ideas-label{color:var(--light-purple);font-size:.9rem;font-weight:600;letter-spacing:.3px}.ideas-input,.ideas-textarea{background:#ffffff0f;border:1px solid rgba(168,146,238,.3);border-radius:12px;padding:.85rem 1rem;color:var(--white);font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;outline:none;resize:none}.ideas-input:focus,.ideas-textarea:focus{border-color:var(--light-purple);box-shadow:0 0 0 3px #a892ee26}.ideas-input::placeholder,.ideas-textarea::placeholder{color:#ffffff4d}.ideas-input:disabled,.ideas-textarea:disabled{opacity:.5;cursor:not-allowed}.ideas-submit{background:linear-gradient(135deg,var(--light-purple),var(--primary-purple));color:var(--white);border:none;border-radius:12px;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #a892ee59}.ideas-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #a892ee80}.ideas-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.ideas-feedback{text-align:center;border-radius:10px;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.ideas-feedback.success{background:#4ade801f;color:#4ade80;border:1px solid rgba(74,222,128,.3)}.ideas-feedback.error{background:#f871711f;color:#f87171;border:1px solid rgba(248,113,113,.3)}
