*{box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#1a202c,#2d3748);color:#f7fafc}.app-main{padding:2rem;max-width:1600px;margin:0 auto}.setup-screen{text-align:center;max-width:800px;margin:0 auto;background:#2d3748;padding:1rem;border-radius:12px;box-shadow:0 10px 30px #00000080}.setup-screen h2{margin-bottom:.5rem;color:#63b3ed}.error-message{color:#fc8181;margin-top:1rem;padding:1.25rem;background:#feb2b21a;border-radius:8px;border:2px solid #fc8181;display:flex;align-items:start;gap:1rem;text-align:left;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.error-icon{font-size:1.5rem;flex-shrink:0}.error-message strong{color:#fee;font-size:1.1rem}.error-hint{margin:.5rem 0 0;font-size:.9rem;opacity:.8}.rules{margin-top:1rem;text-align:left;background:#1a202c;padding:1.5rem;border-radius:8px}.rules h3{margin-top:0;color:#63b3ed;font-size:1.5rem;text-align:center;margin-bottom:1.5rem}.rules ul{line-height:2;list-style:none;padding:0}.rules li{position:relative;padding:1rem 1rem 1rem 3.5rem;margin-bottom:.8rem;background:linear-gradient(135deg,#3b82f61a,#2563eb1a);border-left:4px solid #3b82f6;border-radius:6px;transition:all .3s ease}.rules li:hover{background:linear-gradient(135deg,#3b82f633,#2563eb26);transform:translate(5px);box-shadow:0 4px 8px #3b82f633}.rules li:before{content:"⚾";position:absolute;left:1rem;font-size:1.5rem;top:50%;transform:translateY(-50%);animation:baseball-spin 3s linear infinite}@keyframes baseball-spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.rules li:nth-child(2):before{content:"🧤";animation:none}.rules li:nth-child(3):before{content:"⚔️";animation:none}.rules li:nth-child(4):before{content:"🌟";animation:sparkle 2s ease-in-out infinite}.rules li:nth-child(5):before{content:"🔨";animation:none}.rules li:nth-child(6):before{content:"🏆";animation:trophy-bounce 1s ease-in-out infinite}@keyframes sparkle{0%,to{transform:translateY(-50%) scale(1);opacity:1}50%{transform:translateY(-50%) scale(1.2);opacity:.8}}@keyframes trophy-bounce{0%,to{transform:translateY(-50%)}50%{transform:translateY(-60%)}}.game-screen{display:grid;grid-template-columns:300px 300px 1fr 300px;gap:2rem;align-items:start}@media(max-width:1600px){.game-screen{grid-template-columns:250px 250px 1fr 250px;gap:1rem}}@media(max-width:1400px){.game-screen{grid-template-columns:1fr;justify-items:center}}.game-info{background:#2d3748;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000004d}.current-player{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.current-player h2{margin:0;font-size:1.3rem}.player-indicator{width:30px;height:30px;border-radius:50%;border:3px solid white}.player-indicator.player1{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.player-indicator.player2{background:linear-gradient(135deg,#991b1b,#ef4444)}.selected-piece-info{margin-top:1rem;padding:.5rem;background:#1a202c;border-radius:6px;height:140px;display:flex;flex-direction:column;overflow:hidden}.selected-piece-info h3{margin-top:0;color:#fbbf24}.selected-piece-info p{margin:.3rem 0;word-wrap:break-word;overflow-wrap:break-word;line-height:1.3}.selected-piece-info .placeholder{height:100%}.sidebar{background:#2d3748;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000004d}.reset-button{width:100%;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none;padding:.8rem;font-size:1rem;border-radius:6px;cursor:pointer;font-weight:700;transition:all .3s;margin-bottom:1rem}.reset-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #7c3aed80}.game-over-screen{text-align:center;max-width:600px;margin:0 auto;background:#2d3748;padding:3rem;border-radius:12px;box-shadow:0 10px 30px #00000080}.game-over-screen h2{margin-top:0;font-size:2rem}.winner{font-size:3rem;margin:1rem 0;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.winner.player1{color:#3b82f6}.winner.player2{color:#ef4444}.play-again-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;border-radius:8px;cursor:pointer;font-weight:700;transition:all .3s;box-shadow:0 4px 6px #0000004d}.play-again-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #10b98180}.game-piece{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;transition:transform .2s;font-size:.65rem;padding:2px;box-sizing:border-box;position:relative}.game-piece:hover{transform:scale(1.05)}.game-piece.player1{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border:2px solid #1e40af;color:#fff}.game-piece.player2{background:linear-gradient(135deg,#991b1b,#ef4444);border:2px solid #b91c1c;color:#fff}.game-piece.hidden{background:linear-gradient(135deg,#374151,#6b7280);border:2px solid #4b5563}.piece-number-bg{position:absolute;top:-2px;left:0;font-size:1.2rem;font-weight:700;color:#000;opacity:.9;line-height:1;z-index:1;pointer-events:none}.piece-number-bg.centered-icon{top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem}.piece-content{text-align:center;width:100%;line-height:1.2;position:relative;z-index:2}.piece-rank{font-weight:700;font-size:.7rem;margin-bottom:2px}.piece-team{font-size:.54rem;line-height:1.1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-height:3.3em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.piece-year,.piece-record{font-size:.5rem}.piece-pct{font-size:.5rem;font-weight:700;opacity:.9}.hidden-content{font-size:2rem;font-weight:700}.piece-back{color:#ffffff80}.game-board-container{display:inline-block}.game-board-wrapper{display:flex;flex-direction:column}.board-labels-top{display:flex;margin-bottom:4px;padding-left:30px}.corner-space{width:30px}.column-label{width:60px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#e2e8f0;font-size:.9rem;margin-right:2px;box-sizing:border-box}.board-with-rows{display:flex}.row-labels-left{display:flex;flex-direction:column;margin-right:4px}.row-label{width:24px;height:60px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#e2e8f0;font-size:.9rem;margin-bottom:2px;box-sizing:border-box}.row-label:last-child{margin-bottom:0}.game-board{display:inline-block;border:4px solid #2d3748;background:#1a202c;border-radius:8px;box-shadow:0 10px 30px #00000080;padding:8px;box-sizing:border-box}.board-row{display:flex;gap:2px}.board-row:not(:last-child){margin-bottom:2px}.board-square{width:60px;height:60px;background:#f7fafc;border:2px solid #cbd5e0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative;box-sizing:border-box}.board-square:hover:not(.lake){background:#edf2f7;box-shadow:inset 0 0 10px #4299e14d}.board-square.lake{background:linear-gradient(135deg,#2c5282,#3182ce);cursor:not-allowed}.board-square.highlighted{background:#fef3c7;box-shadow:0 0 15px #fbbf24cc,inset 0 0 10px #fbbf244d;border-color:#fbbf24}.board-square.highlighted:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#fbbf24;border-radius:50%;opacity:.7}.lake-content{font-size:2rem;opacity:.6}.move-arrow{position:absolute;font-size:2rem;color:#f59e0b;font-weight:700;pointer-events:none;text-shadow:0 0 10px rgba(245,158,11,.8),0 0 20px rgba(245,158,11,.6);animation:pulse-arrow 1.5s ease-in-out infinite;z-index:10}@keyframes pulse-arrow{0%,to{opacity:1}50%{opacity:.7}}.board-square.has-arrow{background:#f59e0b26}.explosion{position:absolute;font-size:4rem;pointer-events:none;z-index:20;animation:explosion-burst 1.5s ease-out forwards}.explosion-blue{color:#3b82f6;text-shadow:0 0 10px #3b82f6,0 0 20px #2563eb,0 0 30px #1e40af,0 0 40px #60a5fa,0 0 50px #93c5fd}.explosion-blue:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:radial-gradient(circle,rgba(59,130,246,.6) 0%,rgba(37,99,235,.3) 50%,transparent 70%);border-radius:50%;z-index:-1}.explosion-red{color:#ef4444;text-shadow:0 0 10px #ef4444,0 0 20px #dc2626,0 0 30px #b91c1c,0 0 40px #f87171,0 0 50px #fca5a5}.explosion-red:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:radial-gradient(circle,rgba(239,68,68,.6) 0%,rgba(220,38,38,.3) 50%,transparent 70%);border-radius:50%;z-index:-1}.explosion-neutral{color:#fbbf24;text-shadow:0 0 10px #fbbf24,0 0 20px #f59e0b,0 0 30px #d97706,0 0 40px #fcd34d,0 0 50px #fde68a}.explosion-neutral:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:radial-gradient(circle,rgba(251,191,36,.6) 0%,rgba(245,158,11,.3) 50%,transparent 70%);border-radius:50%;z-index:-1}@keyframes explosion-burst{0%{transform:scale(.5);opacity:1}30%{transform:scale(1.5);opacity:1}60%{transform:scale(1.8) rotate(15deg);opacity:.8}to{transform:scale(2) rotate(30deg);opacity:0}}.captured-pieces{margin:20px 0;padding:15px;border-radius:8px;background:#f7fafc;border:2px solid #cbd5e0;min-height:150px}.captured-pieces.player1{border-color:#3b82f6}.captured-pieces.player2{border-color:#ef4444}.captured-pieces h3{margin:0 0 10px;font-size:1rem;color:#2d3748}.captured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:8px;margin-bottom:10px}.captured-piece-wrapper{width:50px;height:50px}.captured-count{font-weight:700;color:#4a5568;font-size:.9rem}.app-header{text-align:center;padding:1rem;background:linear-gradient(135deg,#2c5282,#2b6cb0);border-bottom:4px solid #3182ce;box-shadow:0 4px 6px #0000004d}.header-content{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:1400px){.header-content{flex-direction:row;justify-content:center;align-items:center;max-width:1600px;margin:0 auto;gap:2rem}.title-section{flex:0 0 auto;text-align:center}.subtitle-section{flex:0 0 auto;text-align:right}.user-info-section{flex:0 0 auto;margin-top:0!important;text-align:left}}.app-header h1{margin:0;font-size:2.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.title-section{display:flex;flex-direction:column;align-items:center;gap:.5rem}.leaderboards-link{display:inline-block;color:gold;text-decoration:none;font-weight:600;font-size:1rem;padding:.5rem 1rem;background:#ffd7001a;border:2px solid #ffd700;border-radius:6px;transition:all .3s}.leaderboards-link:hover{background:#ffd70033;transform:translateY(-2px);box-shadow:0 4px 8px #ffd7004d}.subtitle{margin:.5rem 0 0;font-size:1.1rem;opacity:.9;font-style:italic}.user-info-section{margin-top:1rem;padding:.75rem;background-color:#ffffff1a;border-radius:8px;display:inline-block}.user-logged-in{display:flex;align-items:center;gap:15px}.user-greeting{color:#f7fafc;font-size:14px}.user-greeting strong{color:#90cdf4}.profile-button{padding:6px 14px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.profile-button:hover{background:#ffffff4d;border-color:#ffffff80}.logout-button{padding:6px 14px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s}.logout-button:hover{background:#ffffff4d;border-color:#ffffff80}.user-guest{display:flex;align-items:center;gap:15px}.guest-message{color:#e2e8f0;font-size:13px}.auth-buttons{display:flex;gap:8px}.auth-nav-button{padding:6px 14px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .3s;display:inline-block}.auth-nav-button:hover{background:#ffffff4d;border-color:#ffffff80}.auth-nav-button.primary{background:#93c5fd4d;border-color:#93c5fd80}.auth-nav-button.primary:hover{background:#93c5fd66;border-color:#93c5fdb3;transform:translateY(-1px)}.move-history{background:#2d3748;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000004d;height:400px;max-height:600px;display:flex;flex-direction:column}.move-history h3{margin:0 0 1rem;color:#63b3ed;font-size:1.1rem;border-bottom:2px solid #4a5568;padding-bottom:.5rem}.move-list{overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.5rem}.move-list::-webkit-scrollbar{width:6px}.move-list::-webkit-scrollbar-track{background:#1a202c;border-radius:3px}.move-list::-webkit-scrollbar-thumb{background:#4a5568;border-radius:3px}.move-list::-webkit-scrollbar-thumb:hover{background:#63b3ed}.no-moves{color:#a0aec0;font-style:italic;text-align:center;margin:2rem 0}.move-item{display:flex;gap:.5rem;padding:.5rem;border-radius:4px;font-size:.85rem;line-height:1.4}.move-item.player1{background:#3b82f61a;border-left:3px solid #3b82f6}.move-item.player2{background:#ef44441a;border-left:3px solid #ef4444}.move-number{color:#a0aec0;font-weight:700;min-width:2rem}.move-text{color:#e2e8f0}.guest-notice{background:#e7f3ff;border:1px solid #b3d9ff;border-radius:8px;padding:16px;margin:20px 0;color:#004085;font-size:14px}.guest-notice p{margin:8px 0}.guest-notice p:first-child{font-weight:600}.inline-link{color:#667eea;text-decoration:none;font-weight:600}.inline-link:hover{text-decoration:underline}.setup-screen .difficulty-selector{margin-bottom:0;margin-right:1.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;height:60px;width:320px;box-sizing:border-box}.setup-screen .difficulty-selector label{font-size:1.2rem;font-weight:600;margin-right:0;color:#f7fafc}.setup-screen .difficulty-selector select{padding:.5rem 1rem;font-size:1.2rem;border-radius:4px;border:2px solid #3182ce;background-color:#fff;color:#2c5282;font-weight:600;cursor:pointer;transition:all .2s}.start-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#f7fafc;font-weight:600;border:none;padding:1rem 2rem;font-size:1.2rem;border-radius:8px;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px #0000004d;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;height:60px;width:320px;box-sizing:border-box}.start-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;border-radius:8px;cursor:pointer;font-weight:700;transition:all .3s;box-shadow:0 4px 6px #0000004d;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.5rem;height:60px;min-width:250px;box-sizing:border-box}.start-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #3b82f680}.start-button:disabled{opacity:.7;cursor:not-allowed}.start-button.loading{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:40px;width:100%;max-width:450px}.auth-card h2{margin:0 0 30px;color:#333;text-align:center;font-size:28px}.error-alert{background:#fee;border:1px solid #fcc;border-radius:6px;padding:12px;margin-bottom:20px;display:flex;align-items:center;gap:10px;color:#c33;font-size:14px}.error-icon{font-size:18px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#555;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;transition:border-color .3s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.auth-button{width:100%;padding:14px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:10px}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-bottom:20px}.auth-button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.auth-button.google{background:#fff;color:#333;border:2px solid #e0e0e0;margin-bottom:20px}.auth-button.google:hover:not(:disabled){background:#f8f8f8;border-color:#ccc}.google-icon{width:20px;height:20px}.divider{text-align:center;margin:20px 0;position:relative}.divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e0e0e0}.divider span{position:relative;background:#fff;padding:0 15px;color:#999;font-size:14px;font-weight:500}.auth-footer{text-align:center;margin-top:25px}.auth-footer p{margin:10px 0;color:#666;font-size:14px}.auth-link{color:#667eea;text-decoration:none;font-weight:600}.auth-link:hover{text-decoration:underline}.username-hint{font-size:12px;color:#888;margin-top:4px}.leaderboards-page{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh}.leaderboards-header{text-align:center;margin-bottom:2rem}.leaderboards-header h1{font-size:2.5rem;margin-bottom:.5rem;color:#1a202c}.leaderboards-header p{font-size:1.1rem;color:#718096;margin-bottom:1rem}.back-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}.back-link:hover{background-color:#edf2f7}.leaderboard-type-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.leaderboard-type-tabs button{padding:.875rem 2.5rem;font-size:1.1rem;font-weight:700;border:2px solid #cbd5e0;background:#fff;color:#4a5568;border-radius:10px;cursor:pointer;transition:all .3s;box-shadow:0 2px 4px #0000000d}.leaderboard-type-tabs button:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px);box-shadow:0 4px 8px #667eea33}.leaderboard-type-tabs button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 6px 12px #667eea66}.difficulty-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.difficulty-tabs button{padding:.75rem 2rem;font-size:1rem;font-weight:600;border:2px solid #e2e8f0;background:#fff;color:#4a5568;border-radius:8px;cursor:pointer;transition:all .2s}.difficulty-tabs button:hover{border-color:#667eea;color:#667eea}.difficulty-tabs button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 6px #667eea4d}.loading-message,.empty-message{text-align:center;padding:3rem;color:#718096}.loading-message .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#fff5f5;border:1px solid #fc8181;border-radius:8px;padding:1rem;margin:2rem 0;color:#c53030;text-align:center}.error-icon{font-size:1.5rem;margin-right:.5rem}.leaderboard-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;margin-bottom:2rem}.leaderboard-table{width:100%;border-collapse:collapse}.leaderboard-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.leaderboard-table th{padding:1rem;text-align:left;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.leaderboard-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.leaderboard-table tbody tr:hover{background-color:#f7fafc}.leaderboard-table tbody tr.current-user{background-color:#ebf8ff;border-left:4px solid #3182ce}.leaderboard-table tbody tr.current-user:hover{background-color:#bee3f8}.leaderboard-table td{padding:1rem}.rank-cell{font-weight:700;font-size:1.1rem;width:100px}.rank-cell .rank-number{margin-right:.5rem}.leaderboard-table tbody tr.rank-1 .rank-cell{color:#d4af37}.leaderboard-table tbody tr.rank-2 .rank-cell{color:silver}.leaderboard-table tbody tr.rank-3 .rank-cell{color:#cd7f32}.username-cell{font-weight:600;color:#2d3748}.you-badge{display:inline-block;background:#3182ce;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;margin-left:.5rem;font-weight:600}.moves-cell{color:#667eea;font-size:1.05rem}.moves-cell strong{font-weight:700}.wins-cell{color:#48bb78;font-size:1.05rem}.wins-cell strong{font-weight:700}.team-cell{color:#4a5568;font-size:.9rem}.date-cell{color:#a0aec0;font-size:.9rem}.login-prompt{background:#edf2f7;border:1px solid #cbd5e0;border-radius:8px;padding:1rem;text-align:center;color:#4a5568}.login-prompt a{color:#667eea;text-decoration:none;font-weight:600}.login-prompt a:hover{text-decoration:underline}@media(max-width:768px){.leaderboards-page{padding:1rem}.leaderboards-header h1{font-size:2rem}.difficulty-tabs{flex-direction:column}.difficulty-tabs button{width:100%}.leaderboard-table{font-size:.9rem}.leaderboard-table th,.leaderboard-table td{padding:.75rem .5rem}.team-cell,.date-cell{display:none}}.profile-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.profile-container{max-width:800px;margin:0 auto}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.profile-header h1{color:#fff;font-size:2rem;margin:0}.back-link{color:#fff;text-decoration:none;padding:.5rem 1rem;background:#fff3;border-radius:6px;transition:background .2s}.back-link:hover{background:#ffffff4d}.profile-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 16px #0003}.profile-section{margin-bottom:2rem}.profile-section:last-child{margin-bottom:0}.profile-section h2{color:#2d3748;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.profile-field{margin-bottom:1.5rem}.profile-field label{display:block;font-weight:600;color:#4a5568;margin-bottom:.5rem}.field-value{font-size:1.1rem;color:#2d3748;margin:.5rem 0}.field-note{display:block;font-size:.875rem;color:#a0aec0;margin-top:.25rem}.username-display{display:flex;align-items:center;gap:1rem}.edit-button{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.edit-button:hover{background:#5568d3}.username-form{display:flex;flex-direction:column;gap:1rem}.username-form input{padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .2s}.username-form input:focus{outline:none;border-color:#667eea}.username-form input:disabled{background:#f7fafc;cursor:not-allowed}.form-actions{display:flex;gap:1rem}.save-button,.cancel-button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.save-button{background:#48bb78;color:#fff}.save-button:hover:not(:disabled){background:#38a169}.save-button:disabled{background:#a0aec0;cursor:not-allowed}.cancel-button{background:#e2e8f0;color:#4a5568}.cancel-button:hover:not(:disabled){background:#cbd5e0}.cancel-button:disabled{cursor:not-allowed}.message{padding:1rem;border-radius:6px;margin-top:1rem;display:flex;align-items:center;gap:.5rem}.error-message{background:#fff5f5;border:1px solid #fc8181;color:#c53030}.success-message{background:#f0fff4;border:1px solid #68d391;color:#22543d}.message-icon{font-size:1.25rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:#f7fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.stat-label{font-size:.875rem;color:#718096;margin:0 0 .5rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.25rem;color:#2d3748;margin:0;font-weight:600}@media(max-width:768px){.profile-page{padding:1rem}.profile-header{flex-direction:column;align-items:flex-start;gap:1rem}.profile-content{padding:1.5rem}.username-display{flex-direction:column;align-items:flex-start}.form-actions{flex-direction:column}.save-button,.cancel-button{width:100%}.stats-grid{grid-template-columns:1fr}}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a202c;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font-family:inherit}#root{width:100%}
