@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&family=Noto+Serif+KR:wght@400;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1a1a2e;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{width:100%;min-height:100vh}button{cursor:pointer;font-family:inherit}button:focus{outline:none}button:focus-visible{outline-offset:2px;outline:2px solid #3498db}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}::selection{color:inherit;background:#3498db4d}*{-webkit-tap-highlight-color:transparent}.fn-game{-webkit-user-select:none;user-select:none;touch-action:none;width:100%;height:100vh;position:relative;overflow:hidden}.fn-menu{background:linear-gradient(#1a1a2e 0%,#16213e 50%,#0f3460 100%);justify-content:center;align-items:center;display:flex}.menu-content{text-align:center;animation:.5s fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.menu-content h1{color:#fff;text-shadow:0 4px 20px #0000004d;margin:0 0 8px;font-size:48px}.menu-content .subtitle{color:#fff9;letter-spacing:4px;margin:0 0 40px;font-size:20px}.instructions{background:#ffffff1a;border-radius:16px;margin-bottom:32px;padding:24px 32px}.instruction{color:#fff;align-items:center;gap:16px;padding:12px 0;font-size:18px;display:flex}.fake-badge,.real-badge{border-radius:20px;min-width:60px;padding:6px 16px;font-size:14px;font-weight:700}.fake-badge{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ee5a5a)}.real-badge{color:#fff;background:linear-gradient(135deg,#51cf66,#40c057)}.start-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b6b,#ee5a5a);border:none;border-radius:50px;padding:20px 60px;font-size:24px;font-weight:700;transition:all .3s;box-shadow:0 8px 30px #ff6b6b66}.start-btn:hover{transform:scale(1.05);box-shadow:0 12px 40px #ff6b6b80}.fn-playing{cursor:crosshair;background:linear-gradient(#0a0a15 0%,#1a1a2e 100%)}.fn-hud{z-index:100;pointer-events:none;justify-content:space-between;align-items:flex-start;padding:20px 30px;display:flex;position:absolute;top:0;left:0;right:0}.hud-left,.hud-right{flex-direction:column;gap:8px;display:flex}.hud-score{flex-direction:column;display:flex}.hud-score .score-label{color:#ffffff80;letter-spacing:2px;font-size:12px}.hud-score .score-value{color:#f1c40f;text-shadow:0 2px 10px #f1c40f80;font-size:36px;font-weight:700}.hud-combo{animation:.3s comboPulse}.hud-combo .combo-value{color:#ff6b6b;text-shadow:0 0 20px #ff6b6bcc;font-size:24px;font-weight:700}@keyframes comboPulse{0%{transform:scale(1.3)}to{transform:scale(1)}}.hud-center{justify-content:center;display:flex}.hud-time{color:#fff;text-shadow:0 2px 10px #00000080;font-family:Courier New,monospace;font-size:48px;font-weight:700}.hud-time.warning{color:#ff6b6b;animation:.5s infinite timePulse}@keyframes timePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.hud-missed{color:#fff9;font-size:14px}.fn-playing .slice-canvas{pointer-events:none;z-index:50;width:100%;height:100%;position:absolute;top:0;left:0}.flying-news{pointer-events:none;background:linear-gradient(135deg,#fef9e7,#faf3dc);border-radius:8px;width:160px;padding:12px;transition:opacity .2s;position:absolute;box-shadow:0 4px 20px #0000004d}.flying-news:before{content:"";border-radius:8px 8px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.flying-news.fake:before{background:linear-gradient(90deg,#ff6b6b,#ee5a5a)}.flying-news.real:before{background:linear-gradient(90deg,#51cf66,#40c057)}.flying-news .news-badge{color:#fff;z-index:10;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:-10px;right:-10px}.flying-news.fake .news-badge{background:#ff6b6b;box-shadow:0 2px 10px #ff6b6b80}.flying-news.real .news-badge{background:#51cf66;box-shadow:0 2px 10px #51cf6680}.flying-news .news-category{color:#666;margin-bottom:4px;font-size:10px}.flying-news .news-headline{color:#333;font-size:12px;font-weight:700;line-height:1.3}.flying-news.sliced{opacity:0}.flying-news.sliced .slice-piece{background:inherit;border-radius:inherit;position:absolute;inset:0}.flying-news.sliced .piece-1{clip-path:polygon(0 0,100% 0,100% 50%,0 50%);animation:.6s ease-out forwards sliceFlyUp}.flying-news.sliced .piece-2{clip-path:polygon(0 50%,100% 50%,100% 100%,0 100%);animation:.6s ease-out forwards sliceFlyDown}@keyframes sliceFlyUp{0%{opacity:1;transform:translate(0)rotate(0)}to{opacity:0;transform:translate(-50px,-80px)rotate(-20deg)}}@keyframes sliceFlyDown{0%{opacity:1;transform:translate(0)rotate(0)}to{opacity:0;transform:translate(50px,80px)rotate(20deg)}}.fn-particle{pointer-events:none;border-radius:2px;position:absolute}.score-popup{pointer-events:none;text-shadow:0 2px 10px #00000080;z-index:60;font-size:32px;font-weight:700;animation:.8s ease-out forwards scoreFloat;position:absolute}.score-popup.correct{color:#51cf66}.score-popup.wrong{color:#ff6b6b}@keyframes scoreFloat{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}20%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}to{opacity:0;transform:translate(-50%,-150%)scale(1)}}.fn-guide{z-index:100;background:#00000080;border-radius:30px;gap:24px;padding:12px 24px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.fn-guide span{color:#fffc;font-size:14px}.fn-gameover{background:linear-gradient(#1a1a2e 0%,#16213e 100%);justify-content:center;align-items:center;display:flex}.gameover-content{text-align:center;animation:.5s fadeInUp}.gameover-content h1{color:#fff;margin:0 0 32px;font-size:48px}.final-score{margin-bottom:32px}.final-score .score-label{color:#fff9;margin-bottom:8px;font-size:16px;display:block}.final-score .score-value{color:#f1c40f;text-shadow:0 4px 20px #f1c40f80;font-size:72px;font-weight:700}.stats-grid{background:#ffffff1a;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;padding:24px;display:grid}.stat{text-align:center}.stat .stat-value{color:#fff;font-size:32px;font-weight:700;display:block}.stat .stat-value.correct{color:#51cf66}.stat .stat-value.wrong{color:#ff6b6b}.stat .stat-label{color:#fff9;margin-top:4px;font-size:12px;display:block}.restart-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#51cf66,#40c057);border:none;border-radius:50px;padding:18px 50px;font-size:20px;font-weight:700;transition:all .3s;box-shadow:0 8px 30px #51cf6666}.restart-btn:hover{transform:scale(1.05);box-shadow:0 12px 40px #51cf6680}@media (width<=600px){.menu-content h1{font-size:32px}.hud-score .score-value{font-size:28px}.hud-time{font-size:36px}.flying-news{width:120px;padding:8px}.flying-news .news-headline{font-size:10px}.stats-grid{grid-template-columns:repeat(2,1fr)}.final-score .score-value{font-size:56px}}
