:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%}#root{width:100%;min-height:100vh}h1{font-size:2.5em;line-height:1.1;margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(to bottom,#228b22d9,#006400d9),repeating-linear-gradient(0deg,#228b221a,#0064001a,#228b221a 4px),repeating-linear-gradient(90deg,#0064001a,#228b221a,#0064001a 2px),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400"><defs><pattern id="grass" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><rect fill="%23228B22" width="20" height="20"/><path d="M0 15 Q5 10 10 15 T20 15" stroke="%23155A15" stroke-width="1" fill="none" opacity="0.6"/><path d="M0 18 Q3 13 6 18 T12 18 Q15 15 20 18" stroke="%23155A15" stroke-width="0.8" fill="none" opacity="0.4"/><path d="M5 20 Q7 16 9 20 T13 20" stroke="%23155A15" stroke-width="0.6" fill="none" opacity="0.3"/></pattern></defs><rect fill="url(%23grass)" width="400" height="400"/></svg>');background-size:cover,auto,auto,400px 400px;background-position:center,center,center,center;background-repeat:no-repeat,repeat,repeat,repeat;background-color:#228b22;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.header-content{width:100%;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}.logo-container{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff}.logo-image{width:32px;height:32px;object-fit:contain;display:block}.logo-text{font-size:1.25rem;font-weight:700;color:#fff;white-space:nowrap}.main-nav{display:flex;gap:1.5rem;flex:1;justify-content:center}.main-nav a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background .2s}.main-nav a:hover,.main-nav a.active{background:#fff3}.header-actions{display:flex;gap:1rem;align-items:center}.header-actions a,.header-actions button{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;border:none;background:transparent;cursor:pointer;transition:background .2s}.header-actions a:hover,.header-actions button:hover{background:#fff3}.register-btn,.admin-link{background:#fff3!important}.app-main{flex:1;width:100%;padding:2rem 1rem}.app-footer{background:#f5f5f5;padding:2rem 0;margin-top:auto}.footer-content{width:100%;margin:0 auto;padding:0 2rem;text-align:center;color:#666}.footer-content p{margin:.5rem 0}.footer-link{color:#1976d2;text-decoration:none;font-weight:500;transition:color .2s}.footer-link:hover{color:#1565c0;text-decoration:underline}.mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:20px;background:transparent;border:none;cursor:pointer;padding:0}.hamburger span{width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(to bottom,#228b22f2,#006400f2),repeating-linear-gradient(0deg,#228b221a,#0064001a,#228b221a 4px),repeating-linear-gradient(90deg,#0064001a,#228b221a,#0064001a 2px),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400"><defs><pattern id="grass" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><rect fill="%23228B22" width="20" height="20"/><path d="M0 15 Q5 10 10 15 T20 15" stroke="%23155A15" stroke-width="1" fill="none" opacity="0.6"/><path d="M0 18 Q3 13 6 18 T12 18 Q15 15 20 18" stroke="%23155A15" stroke-width="0.8" fill="none" opacity="0.4"/><path d="M5 20 Q7 16 9 20 T13 20" stroke="%23155A15" stroke-width="0.6" fill="none" opacity="0.3"/></pattern></defs><rect fill="url(%23grass)" width="400" height="400"/></svg>');background-size:cover,auto,auto,400px 400px;background-position:center,center,center,center;background-repeat:no-repeat,repeat,repeat,repeat;background-color:#228b22;box-shadow:0 4px 6px #0003;max-height:0;overflow:hidden;transition:max-height .3s ease-out;z-index:999}.mobile-menu.open{max-height:600px;transition:max-height .3s ease-in}.mobile-nav{display:flex;flex-direction:column;padding:1rem 2rem;gap:.5rem}.mobile-nav a{color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:4px;transition:background .2s;text-align:left}.mobile-nav a:hover,.mobile-nav a.active{background:#fff3}.mobile-actions{display:flex;flex-direction:column;padding:1rem 2rem;gap:.5rem;border-top:1px solid rgba(255,255,255,.2);margin-top:.5rem}.mobile-actions a,.mobile-actions button{color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:4px;border:none;background:transparent;cursor:pointer;transition:background .2s;text-align:left;width:100%}.mobile-actions a:hover,.mobile-actions button:hover{background:#fff3}.mobile-actions .register-btn,.mobile-actions .admin-link{background:#fff3!important}@media(max-width:768px){.header-content{flex-wrap:nowrap;justify-content:space-between;padding:0 1rem}.logo-container{flex:0 0 auto}.mobile-menu-toggle{display:block;flex:0 0 auto}.main-nav,.header-actions{display:none}.mobile-menu{display:block}}@media(min-width:769px){.mobile-menu{display:none!important}}.countdown-widget{background:linear-gradient(135deg,#00c853,#0288d1);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000026;color:#fff}.countdown-header{text-align:center;margin-bottom:1rem}.countdown-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.countdown-match-info{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.countdown-team{flex:1;min-width:120px;text-align:center}.team-name{font-size:1.1rem;font-weight:700;color:#fff;display:block}.vs-text{font-size:1rem;color:#fffc;padding:0 .5rem}.countdown-date{text-align:center;font-size:.9rem;color:#ffffffe6;margin-bottom:1.5rem}.countdown-timer{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.countdown-item{display:flex;flex-direction:column;align-items:center;min-width:70px}.countdown-value{background:#fff3;border-radius:8px;padding:.75rem 1rem;font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;min-width:60px;text-align:center}.countdown-label{font-size:.75rem;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.countdown-separator{font-size:2rem;font-weight:700;color:#fff;margin:0 .25rem}.countdown-expired{font-size:1.5rem;font-weight:700;color:#fff;text-align:center;padding:1rem}@media(max-width:768px){.countdown-widget{padding:1.5rem}.countdown-header h2{font-size:1.25rem}.countdown-value{font-size:1.5rem;padding:.5rem .75rem;min-width:50px}.countdown-separator{font-size:1.5rem}.countdown-timer{gap:.5rem}.countdown-item{min-width:60px}}.home-page{padding:2rem;max-width:1400px;margin:0 auto}.home-page h1{margin-bottom:2rem;color:#00c853}.search-bar{margin-bottom:2rem}.search-bar input{width:100%;max-width:400px;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.team-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:transform .2s,box-shadow .2s}.team-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.team-flag{width:80px;height:60px;object-fit:cover;border-radius:4px;margin-bottom:1rem}.team-card h3{margin:.5rem 0;color:#00c853}.team-country{color:#666;font-size:.9rem;margin:.25rem 0}.team-ranking{color:#888;font-size:.85rem;margin-top:.5rem}.loading,.error{text-align:center;padding:2rem;color:#666}.error{color:#d32f2f}.matches-page{padding:2rem;max-width:1400px;margin:0 auto}.matches-page h1{margin-bottom:2rem;color:#00c853}.match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.match-number{font-weight:700;color:#00c853}.match-stage{background:#f0f0f0;padding:.25rem .75rem;border-radius:4px;font-size:.85rem}.match-date{font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.match-venue{color:#666;font-size:.9rem;margin-bottom:1rem}.match-teams{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.team-placeholder{flex:1;text-align:center;padding:.75rem;background:#f5f5f5;border-radius:8px;font-weight:500}.vs{color:#666;font-weight:700}.match-score{text-align:center;font-size:1.5rem;font-weight:700;color:#00c853;margin:1rem 0}.ai-prediction-bar{margin:1.5rem 0 0}.ai-prediction-label{font-size:.85rem;font-weight:700;color:#666;margin-bottom:.75rem}.ai-prediction-container{display:flex;width:100%;height:40px;background:#e0e0e0;border-radius:8px;overflow:hidden;position:relative}.ai-prediction-half{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.ai-prediction-left{border-top-left-radius:8px;border-bottom-left-radius:8px}.ai-prediction-right{border-top-right-radius:8px;border-bottom-right-radius:8px}.ai-prediction-fill-left{position:absolute;left:0;top:0;bottom:0;background:#00c853;transition:width .3s ease;z-index:1}.ai-prediction-fill-right{position:absolute;right:0;top:0;bottom:0;background:#0288d1;transition:width .3s ease;z-index:1}.ai-prediction-text{position:relative;z-index:2;font-size:.75rem;font-weight:500;color:#333;text-align:center;padding:0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ai-prediction-percentage{position:absolute;top:50%;transform:translateY(-50%);z-index:3;font-size:.7rem;font-weight:700;color:#666;padding:0 .5rem}.ai-prediction-left .ai-prediction-percentage{right:.5rem}.ai-prediction-right .ai-prediction-percentage{left:.5rem}.ai-prediction-divider{width:2px;background:#fff;z-index:2;position:relative}.predictions-page{padding:2rem;max-width:1400px;margin:0 auto}.predictions-page h1{margin-bottom:2rem;color:#00c853}.matches-list{display:flex;flex-direction:column;gap:1.5rem}.match-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:1.5rem}.match-info{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.9rem;color:#666}.match-teams{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;font-weight:500}.vs{color:#666}.predict-btn{width:100%;padding:.75rem;background:#00c853;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.predict-btn:hover{background:#1f350f}.prediction-page{padding:2rem 0;max-width:600px;margin:0 auto}.prediction-page h1{margin-bottom:2rem;color:#00c853}.match-info{background:#fff;border:1px solid #ddd;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center}.match-info h2{margin-bottom:1rem;color:#00c853}.prediction-form{background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem}.score-inputs{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.score-input{flex:1}.score-input label{display:block;margin-bottom:.5rem;font-weight:500}.score-input input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1.5rem;text-align:center}.vs{font-size:1.5rem;font-weight:700;color:#666}.prediction-form button{width:100%;padding:.75rem;background:#00c853;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.prediction-form button:hover:not(:disabled){background:#1f350f}.prediction-form button:disabled{opacity:.6;cursor:not-allowed}.articles-page{padding:2rem;max-width:1400px;margin:0 auto}.articles-page h1{margin-bottom:2rem;color:#00c853}.articles-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.article-card{background:#fff;border-radius:12px;overflow:hidden;min-height:250px;background-size:cover;background-position:center;position:relative;cursor:pointer}.article-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:2rem 1.5rem 1.5rem;color:#fff}.article-overlay h3{margin:0 0 .5rem;font-size:1.2rem}.article-date{font-size:.85rem;opacity:.9;margin-bottom:1rem}.read-more-btn{padding:.5rem 1rem;background:#fff3;color:#fff;border:1px solid white;border-radius:6px;cursor:pointer;transition:background .2s}.read-more-btn:hover{background:#ffffff4d}.article-view-page{width:100%;height:calc(100vh - 200px);padding:0}.article-iframe{width:100%;height:100%;border:none;border-radius:8px}.fanzone-page{padding:2rem;max-width:1400px;margin:0 auto}.fanzone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.fanzone-page h1{color:#00c853}.create-post-btn{padding:.75rem 1.5rem;background:#00c853;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.create-post-btn:hover{background:#1f350f}.posts-list{display:flex;flex-direction:column;gap:1.5rem}.post-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:1.5rem}.post-header{margin-bottom:1rem}.post-user{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:#00c853;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.user-name{font-weight:500}.post-date{font-size:.85rem;color:#666}.post-content{margin-bottom:1rem;line-height:1.6}.post-image{width:100%;max-height:400px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.post-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #eee}.post-actions button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;transition:background .2s}.post-actions button:hover{background:#f5f5f5}.like-btn.liked{background:#ffe0e0;border-color:#ff6b6b}.login-prompt{text-align:center;padding:3rem;background:#fff;border:1px solid #ddd;border-radius:12px}.login-prompt button{margin-top:1rem;padding:.75rem 2rem;background:#00c853;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer}.team-details-page{padding:2rem;max-width:1400px;margin:0 auto}.team-header{text-align:center;margin-bottom:3rem}.team-flag-large{width:150px;height:112px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.team-header h1{color:#00c853;margin-bottom:.5rem}.team-country{color:#666;font-size:1.1rem}.team-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:1.5rem;text-align:center}.stat-card h3{color:#666;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase}.stat-value{font-size:1.5rem;font-weight:700;color:#00c853;margin:0}.team-description{background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem}.team-description h2{color:#00c853;margin-bottom:1rem}.team-description p{line-height:1.6;color:#333}.recent-matches,.key-players{margin-top:3rem;background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem}.recent-matches h2,.key-players h2{color:#00c853;margin-bottom:1.5rem}.matches-list,.players-list{display:flex;flex-direction:column;gap:1rem}.match-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f5f5f5;border-radius:8px}.score{font-weight:700;color:#00c853}.player-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f5f5f5;border-radius:8px}.jersey{font-weight:700;color:#00c853;min-width:50px}.name{font-weight:500;flex:1}.position{color:#666;font-size:.9rem}.team-info-section{margin-top:3rem;background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem}.team-info-section h2{color:#00c853;margin-bottom:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.info-item{padding:1rem;background:#f5f5f5;border-radius:8px}.info-item h3{color:#666;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase}.info-item p{color:#333;font-weight:500;margin:0}.historical-facts{margin-top:3rem;background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem}.historical-facts h2{color:#00c853;margin-bottom:1.5rem}.facts-list{list-style:none;padding:0;margin:0}.facts-list li{margin-bottom:.5rem;background:#f5f5f5;border-radius:8px;border-left:4px solid #00C853;padding:.75rem .75rem .75rem 1rem}.key-achievements{margin-top:3rem;background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem}.key-achievements h2{color:#00c853;margin-bottom:1.5rem}.achievements-list{list-style:none;padding:0;margin:0}.achievements-list li{margin-bottom:.5rem;background:#f5f5f5;border-radius:8px;border-left:4px solid #2196F3;padding:.75rem .75rem .75rem 1rem}.player-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#f5f5f5;border-radius:8px}.player-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #00C853}.player-info{flex:1}.player-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.player-details{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;font-size:.85rem;color:#666}.player-physical{display:flex;gap:1rem;margin-top:.5rem;font-size:.85rem;color:#666}.player-bio{margin-top:.75rem;color:#555;font-size:.9rem;line-height:1.5;font-style:italic}.leaderboard-page{padding:2rem;max-width:1400px;margin:0 auto}.leaderboard-page h1{margin-bottom:2rem;color:#00c853}.leaderboard-table{background:#fff;border:1px solid #ddd;border-radius:12px;overflow:hidden}.table-header{display:grid;grid-template-columns:80px 1fr 120px;background:#00c853;color:#fff;padding:1rem;font-weight:700}.table-row{display:grid;grid-template-columns:80px 1fr 120px;padding:1rem;border-bottom:1px solid #eee;transition:background .2s}.table-row:last-child{border-bottom:none}.rank-col{font-weight:700;color:#00c853}.points-col{text-align:right;font-weight:500}.login-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:2rem}.login-container{background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem;width:100%;max-width:400px}.login-container h1{margin-bottom:2rem;color:#00c853;text-align:center}.login-container button{width:100%;padding:.75rem;background:#00c853;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s;margin-bottom:1rem}.login-container button:hover:not(:disabled){background:#1f350f}.login-container button:disabled{opacity:.6;cursor:not-allowed}.register-link{text-align:center;color:#666}.register-link a{color:#00c853;text-decoration:none}.register-link a:hover{text-decoration:underline}.register-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:2rem}.register-container{background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem;width:100%;max-width:400px}.register-container h1{margin-bottom:2rem;color:#00c853;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.register-container button{width:100%;padding:.75rem;background:#00c853;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s;margin-bottom:1rem}.register-container button:hover:not(:disabled){background:#1f350f}.register-container button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:8px;margin-bottom:1rem}.login-link{text-align:center;color:#666}.login-link a{color:#00c853;text-decoration:none}.login-link a:hover{text-decoration:underline}.profile-page{padding:2rem 0}.profile-page h1{margin-bottom:2rem;color:#00c853}.profile-container{background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem;max-width:600px}.profile-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.user-avatar-large{width:100px;height:100px;border-radius:50%;background:#00c853;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 1rem}.profile-header h2{margin-bottom:.5rem;color:#00c853}.user-email{color:#666}.profile-info{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;justify-content:space-between;padding:1rem;background:#f5f5f5;border-radius:8px}.info-label{font-weight:500;color:#666}.info-value{color:#333}.admin-badge{background:#00c853;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.85rem}.privacy-policy-page{min-height:100%;padding:2rem 1rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.privacy-policy-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a}.privacy-policy-container h1{color:#1a237e;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.last-updated{text-align:center;color:#666;font-style:italic;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{color:#1a237e;font-size:1.75rem;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem;border-bottom:2px solid #e3f2fd}.privacy-section h3{color:#283593;font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.privacy-section p{color:#424242;line-height:1.8;margin-bottom:1rem;font-size:1rem}.privacy-section ul{margin-left:1.5rem;margin-bottom:1rem}.privacy-section li{color:#424242;line-height:1.8;margin-bottom:.75rem;font-size:1rem}.privacy-section li strong{color:#1a237e}.privacy-section a{color:#1976d2;text-decoration:none;font-weight:500}.privacy-section a:hover{text-decoration:underline}.contact-info{background:#f5f5f5;padding:1.5rem;border-radius:8px;margin-top:1rem}.contact-info p{margin-bottom:.5rem;color:#424242}.contact-info strong{color:#1a237e}@media(max-width:768px){.privacy-policy-container{padding:2rem 1.5rem}.privacy-policy-container h1{font-size:2rem}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.1rem}.privacy-section p,.privacy-section li{font-size:.95rem}}@media(max-width:480px){.privacy-policy-page{padding:1rem .5rem}.privacy-policy-container{padding:1.5rem 1rem}.privacy-policy-container h1{font-size:1.75rem}}.admin-dashboard{padding:2rem 0}.admin-dashboard h1{margin-bottom:2rem;color:#00c853}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:1.5rem}.stat-card h3{color:#666;font-size:.9rem;text-transform:uppercase;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#00c853;margin:.5rem 0}.stat-detail{color:#666;font-size:.85rem;margin:0}.admin-users{padding:2rem 0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{color:#00c853}.search-input{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;min-width:300px}.users-table{background:#fff;border:1px solid #ddd;border-radius:12px;overflow:hidden}.table-header{display:grid;grid-template-columns:60px 1fr 2fr 80px 120px;background:#00c853;color:#fff;padding:1rem;font-weight:700}.table-row{display:grid;grid-template-columns:60px 1fr 2fr 80px 120px;padding:1rem;border-bottom:1px solid #eee}.view-btn{padding:.5rem 1rem;background:#00c853;color:#fff;border:none;border-radius:6px;cursor:pointer}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.pagination button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer}.pagination button:disabled{opacity:.5;cursor:not-allowed}.user-details{padding:2rem 0}.user-details h1{margin-bottom:2rem;color:#00c853}.user-info{background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem}.info-section{margin-bottom:2rem}.info-section:last-child{margin-bottom:0}.info-section h2{color:#00c853;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #00C853}.info-item{display:flex;justify-content:space-between;padding:1rem;background:#f5f5f5;border-radius:8px;margin-bottom:.5rem}.label{font-weight:500;color:#666}.value{color:#333}.admin-matches{padding:2rem 0}.admin-matches h1{margin-bottom:2rem;color:#00c853}.matches-table{background:#fff;border:1px solid #ddd;border-radius:12px;overflow:hidden}.table-header{display:grid;grid-template-columns:60px 80px 120px 2fr 150px 100px;background:#00c853;color:#fff;padding:1rem;font-weight:700}.table-row{display:grid;grid-template-columns:60px 80px 120px 2fr 150px 100px;padding:1rem;border-bottom:1px solid #eee}.admin-posts{padding:2rem 0}.admin-posts h1{margin-bottom:2rem;color:#00c853}.posts-table{background:#fff;border:1px solid #ddd;border-radius:12px;overflow:hidden}.table-header{display:grid;grid-template-columns:60px 150px 2fr 120px 200px;background:#00c853;color:#fff;padding:1rem;font-weight:700}.table-row{display:grid;grid-template-columns:60px 150px 2fr 120px 200px;padding:1rem;border-bottom:1px solid #eee}.content-preview{color:#666}.status-badge{padding:.25rem .75rem;border-radius:4px;font-size:.85rem}.status-badge.approved{background:#d4edda;color:#155724}.status-badge.pending{background:#fff3cd;color:#856404}.actions{display:flex;gap:.5rem}.approve-btn{padding:.5rem 1rem;background:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer}.reject-btn{padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer}.admin-teams{padding:2rem 0}.admin-teams h1{margin-bottom:2rem;color:#00c853}.teams-table{background:#fff;border:1px solid #ddd;border-radius:12px;overflow:hidden}.table-header{display:grid;grid-template-columns:60px 2fr 2fr 120px 100px;background:#00c853;color:#fff;padding:1rem;font-weight:700}.table-row{display:grid;grid-template-columns:60px 2fr 2fr 120px 100px;padding:1rem;border-bottom:1px solid #eee}.table-row:hover{background:#f5f5f5}.edit-btn{padding:.5rem 1rem;background:#00c853;color:#fff;border:none;border-radius:6px;cursor:pointer}.admin-logs{padding:2rem 0}.admin-logs h1{margin-bottom:2rem;color:#00c853}.logs-container{background:#1e1e1e;border-radius:12px;padding:1rem;max-height:600px;overflow-y:auto}.log-entry{margin-bottom:.5rem}.log-entry pre{color:#d4d4d4;font-family:Courier New,monospace;font-size:.85rem;margin:0;white-space:pre-wrap;word-wrap:break-word}.admin-database{padding:2rem 0}.admin-database h1{margin-bottom:2rem;color:#00c853}.database-info{background:#fff;border:1px solid #ddd;border-radius:12px;padding:2rem}.info-card{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.info-card h2{color:#00c853;margin-bottom:.5rem}.tables-list h2{color:#00c853;margin-bottom:1rem}.table-stats{display:flex;flex-direction:column;gap:1rem}.table-stat{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f5f5f5;border-radius:8px}.table-name{font-weight:500;color:#333}.table-info{display:flex;gap:2rem;color:#666}.admin-system-health{padding:2rem 0}.admin-system-health h1{margin-bottom:2rem;color:#00c853}.health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.health-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:1.5rem}.health-card h3{color:#00c853;margin-bottom:1rem}.health-card p{margin:.5rem 0;color:#666}.status{font-weight:700;padding:.25rem .75rem;border-radius:4px;display:inline-block}.status.healthy{background:#d4edda;color:#155724}.status.unhealthy{background:#f8d7da;color:#721c24}
