*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI','Microsoft YaHei',sans-serif;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html,body{width:100%;height:100%;background:linear-gradient(135deg,#1e3c72 0,#2a5298 100%);touch-action:manipulation;overflow:hidden;display:flex;justify-content:center;align-items:center}#game-container{width:1280px;height:770px;transform-origin:0 0;transition:transform 0.3s ease;position:relative;margin-top:30px}#main-container{width:1280px;height:720px;display:flex;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,0.2);background-color:#fff}#hint-area{width:30%;height:710px;background:linear-gradient(145deg,#fff 0,#f8f9ff 100%);padding:10px;display:flex;flex-direction:column;border:0;border-radius:10px;position:relative}#game-info-container{width:100%;flex:1;padding:20px;margin-bottom:20px;display:flex;flex-direction:column;background:#f0f5ff;border-radius:10px;box-shadow:inset 0 2px 4px rgba(0,0,0,0.05);position:relative;border-left:0 solid #2575fc}#instruction-area{width:100%;margin-bottom:20px;padding-bottom:15px;border-bottom:1px dashed #2575fc;text-align:center}#instruction-area h3{color:#1a5bb8;margin-bottom:10px;font-size:24px;white-space:nowrap}#instruction-area p{color:#4a5568;line-height:1.5;font-size:14px;text-align:left;text-indent:2em}#hint-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-bottom:0;position:relative}#hint-main-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}#current-hint{font-size:26px;color:#2d3748;margin-bottom:20px;text-align:center;font-weight:600;line-height:1.4}#completion-info{font-size:22px;color:#28a745;font-weight:bold;margin-bottom:20px;text-align:center;display:none;width:100%}#completion-info h2{margin-bottom:15px;color:#1a5bb8}#completion-info.success{color:#28a745}#completion-info.failure{color:#dc3545}.stats{font-size:18px;margin:8px 0;padding:5px 10px;background:rgba(37,117,252,0.1);border-radius:6px}.correct-stat{color:#28a745}.wrong-stat{color:#dc3545}.time-stat{color:#2575fc}#progress-countdown-container{width:100%;height:40px;display:none;justify-content:space-between;align-items:center;background:rgba(37,117,252,0.1);border-radius:6px;padding:0 20px;margin-top:auto}#progress-info{font-size:18px;font-weight:bold;color:#2575fc;font-family:'Segoe UI','Microsoft YaHei',sans-serif}#countdown{font-size:18px;font-weight:bold;color:#e74c3c;font-family:'Segoe UI','Microsoft YaHei',sans-serif}#feedback-section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 0;border-top:1px dashed #2575fc}#feedback-text{font-size:24px;font-weight:bold;margin-bottom:10px;transition:all 0.3s ease;min-height:40px;text-shadow:1px 1px 2px rgba(0,0,0,0.1)}.correct{color:#28a745}.wrong{color:#dc3545}.timeout{color:#e74c3c}#control-buttons{display:flex;gap:15px}button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:bold;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 6px rgba(0,0,0,0.1);touch-action:manipulation;position:relative;overflow:hidden}button::after{content:'';position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,0.5);opacity:0;border-radius:100%;transform:scale(1,1) translate(-50%);transform-origin:50% 50%}button:focus:not(:active)::after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0,0);opacity:0.5}100%{transform:scale(20,20);opacity:0}}#start-btn{background:linear-gradient(135deg,#28a745 0,#218838 100%);color:white}#start-btn:hover{background:linear-gradient(135deg,#218838 0,#1e7e34 100%);transform:translateY(-2px);box-shadow:0 6px 8px rgba(0,0,0,0.15)}#restart-btn{background:linear-gradient(135deg,#ffc107 0,#e0a800 100%);color:#2d3748;display:none}#restart-btn:hover{background:linear-gradient(135deg,#e0a800 0,#d39e00 100%);transform:translateY(-2px);box-shadow:0 6px 8px rgba(0,0,0,0.15)}#giveup-btn{background:linear-gradient(135deg,#dc3545 0,#c82333 100%);color:white;display:none}#giveup-btn:hover{background:linear-gradient(135deg,#c82333 0,#bd2130 100%);transform:translateY(-2px);box-shadow:0 6px 8px rgba(0,0,0,0.15)}#click-area-container{width:70%;height:calc(100% - 20px);position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;background:linear-gradient(145deg,#e9ecef 0,#dee2e6 100%);margin:10px;border-radius:10px}#background-layer{max-width:calc(100% - 20px);max-height:calc(100% - 20px);width:auto;height:auto;object-fit:contain;z-index:1;border-radius:8px}#polygon-layer{position:absolute;top:0;left:0;width:876px;height:100%;z-index:2;touch-action:manipulation;pointer-events:auto}#fullscreen-container{width:100%;height:50px;display:flex;justify-content:center;align-items:center;margin-top:auto;gap:15px}#fullscreen-btn{width:30px;height:30px;background:none;border:none;border-radius:0;font-size:24px;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#2575fc;transition:all 0.3s ease;padding:0;box-shadow:none}#fullscreen-btn:hover{background:none;transform:scale(1.2);box-shadow:none;color:#1a5bb8}#mobile-tip{display:none;position:fixed;top:10px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,0.8);color:white;padding:12px 24px;border-radius:20px;font-size:14px;z-index:1000;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,0.2)}#fullscreen-tip{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,0.85);color:white;padding:20px 30px;border-radius:12px;font-size:16px;z-index:1001;text-align:center;box-shadow:0 6px 12px rgba(0,0,0,0.3)}.decoration{position:absolute;width:100px;height:100px;background:rgba(37,117,252,0.1);border-radius:50%;filter:blur(40px);z-index:-1}.decoration:nth-child(1){top:10%;left:5%}.decoration:nth-child(2){bottom:10%;right:5%}#mute-btn{width:24px;height:24px;background:none;border:none;border-radius:0;font-size:20px;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#2575fc;transition:all 0.3s ease;padding:0;box-shadow:none}#mute-btn:hover{background:none;transform:scale(1.2);box-shadow:none;color:#1a5bb8}