:root{--primary-color: #2080f0;--success-color: #18a058;--warning-color: #f0a020;--error-color: #d03050;--bg-color: #f7f9fc;--card-bg: #ffffff;--text-main: #2c3e50;--text-secondary: #606266;--border-radius: 12px;--shadow-subtle: 0 4px 12px rgba(0, 0, 0, .05);--shadow-main: 0 8px 24px rgba(0, 0, 0, .08)}*{box-sizing:border-box}body{font-family:LXGW WenKai,sans-serif;background-color:var(--bg-color);color:var(--text-main);margin:0;padding:0;line-height:1.6;overflow-x:hidden}.game-container{max-width:700px;margin:40px auto;padding:32px;background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-main)}.title-container{display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:2rem;min-height:2.5rem}.game-title{text-align:center;font-size:1.8rem;margin:0;color:var(--text-main);letter-spacing:1px}.rules-btn{position:absolute;right:0}.model-info{text-align:center;margin-top:-1.5rem;margin-bottom:2rem;font-size:.9rem;color:var(--text-secondary)}.model-link{color:#4d6bfe!important;text-decoration:none}.target-section{background:#fdfdfd;border:1px dashed #e0e0e0;border-radius:var(--border-radius);padding:20px;margin-bottom:28px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title{font-size:1.1rem;font-weight:600;color:var(--text-main);display:flex;align-items:center;gap:8px}.target-chars{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fcfcfc;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:24px}.token-info{display:flex;gap:24px}.info-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.label{font-size:.8rem;color:var(--text-secondary)}.value{font-size:1.1rem;font-weight:700;color:var(--primary-color)}.char-library{margin-bottom:24px}.collected-chars{padding:12px 4px}.prompt-section{background:#f9f9f9;border-radius:var(--border-radius);padding:20px;margin-bottom:24px}.prompt-input{display:flex;align-items:center;gap:12px;margin:12px 0}.input-wrapper input{width:50px;height:50px;text-align:center;font-size:1.4rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.input-wrapper input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2080f01a;outline:none}.char-validation{font-size:.9rem;font-weight:500}.char-validation.valid{color:var(--success-color)}.char-validation.invalid{color:var(--error-color)}.prompt-tags{display:flex;flex-wrap:wrap;gap:8px;min-height:54px;padding:12px;background:#fff;border:1px solid #eee;border-radius:8px}.prompt-tag{display:flex;align-items:center;justify-content:center;background:#eef5fe;color:var(--primary-color);width:32px;height:32px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s;-webkit-user-select:none;user-select:none}.prompt-tag:hover{transform:translateY(-2px);background:#dceafc}.llm-question{color:var(--text-secondary);font-size:.95rem;border-bottom:1px solid #f0f0f0;padding-bottom:8px;margin-bottom:8px}.llm-response{font-size:1.1rem;color:var(--text-main)}.highlight{background-color:#fff9c4;font-weight:700;padding:0 2px;border-radius:2px}.generate-button{margin:32px 0;text-align:center}.generate-button button{min-width:140px;height:44px;font-size:1rem}.victory-message{text-align:center;color:var(--success-color);font-weight:700;margin-top:16px;padding:12px;background:#f0f9f4;border-radius:8px;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.footer{margin-top:48px;padding:24px;text-align:center;font-size:.85rem;color:#909399;border-top:1px solid #f0f0f0}@media(max-width:768px){.game-container{margin:0 auto;width:100%;max-width:100vw;min-height:100vh;border-radius:0;box-shadow:none;padding:16px;overflow-x:hidden}.title-container{flex-direction:column;gap:12px!important;min-height:auto}.rules-btn{position:static}.game-title{font-size:1.5rem}.header{flex-wrap:wrap;gap:16px}.token-info{width:100%;justify-content:space-around}.section-header{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}}.highlight{background-color:#ffffda;font-weight:700}
