.app{width:100%;max-width:414px;min-height:100vh;background:#fff;position:relative;box-shadow:0 20px 60px #0000004d}.transition-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.transition-text{font-size:2rem;color:#fff;animation:pulse 1s infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@media (max-width: 414px){.app{max-width:100%;min-height:100vh}}.story-screen{display:flex;flex-direction:column;min-height:100vh}.story-image-container{position:relative;width:100%;background:#f5f5f5}.story-image{width:100%;height:auto;display:block;object-fit:cover;max-height:50vh}.story-comment{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000d9;color:#fff;padding:16px 24px;border-radius:12px;font-size:1rem;text-align:center;max-width:80%;box-shadow:0 4px 16px #0000004d}.animate-fade-in{animation:fadeInScale .3s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.story-content{flex:1;padding:24px 20px;display:flex;flex-direction:column;background:#fff}.character-name{font-size:.875rem;font-weight:600;color:#667eea;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.story-text{font-size:1.125rem;line-height:1.6;color:#333;margin-bottom:24px;flex:1}.choices{display:flex;flex-direction:column;gap:12px}.choice-button{width:100%;padding:16px 20px;font-size:1rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;text-align:left}.choice-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.choice-button:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.ending-screen{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;display:flex;flex-direction:column;gap:20px}.ending-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.ending-poster{position:relative;width:100%;background:#000}.ending-poster img{width:100%;height:auto;display:block;object-fit:cover}.ending-title-overlay{position:absolute;top:24px;left:0;right:0;text-align:center}.ending-title-overlay h1{font-size:2rem;font-weight:900;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.8),0 2px 4px rgba(0,0,0,.6);letter-spacing:1px}.ending-content{padding:24px}.ending-description{font-size:1.125rem;line-height:1.6;color:#333;margin-bottom:16px}.ending-roast{font-size:1rem;line-height:1.5;color:#666;font-style:italic;padding:12px;background:#f5f5f5;border-radius:8px;margin-bottom:20px}.key-choices h3{font-size:1rem;font-weight:600;color:#667eea;margin-bottom:12px}.key-choices ul{list-style:none;padding:0}.key-choices li{font-size:.875rem;line-height:1.5;color:#666;padding:8px 0 8px 20px;position:relative}.key-choices li:before{content:"→";position:absolute;left:0;color:#667eea;font-weight:600}.ending-actions{display:flex;gap:12px;padding:0 20px 20px}.save-button,.restart-button{flex:1;padding:16px;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0003}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.restart-button{background:#fff;color:#667eea;border:2px solid #667eea}.save-button:hover,.restart-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.save-button:active,.restart-button:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.progress-container{position:sticky;top:0;left:0;right:0;background:#fff;padding:12px 20px;box-shadow:0 2px 8px #0000001a;z-index:100;display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:8px;background:#e0e0e0;border-radius:10px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;transition:width .5s ease-out}.progress-text{font-size:.875rem;font-weight:600;color:#667eea;min-width:40px;text-align:right}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}
