.filter-panel{padding:24px;background:#fff;border-radius:16px 16px 0 0}.filter-panel .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #d9d9d9}.filter-panel .filter-header h3{font-size:18px;font-weight:600;margin:0}.filter-panel .filter-section{margin-bottom:24px}.filter-panel .filter-section h4{font-size:16px;font-weight:500;margin-bottom:16px;color:#333}.filter-panel .filter-footer{margin-top:32px;padding-top:16px;border-top:1px solid #d9d9d9}.home-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 16px;background:linear-gradient(135deg,#667eea,#764ba2)}.home-page .home-header{text-align:center;margin-bottom:64px}.home-page .home-header .home-title{font-size:48px;font-weight:700;color:#fff;margin-bottom:8px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}@media (min-width: 768px){.home-page .home-header .home-title{font-size:64px}}.home-page .home-header .home-subtitle{font-size:18px;color:#ffffffe6}@media (min-width: 768px){.home-page .home-header .home-subtitle{font-size:24px}}.home-page .home-content{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}.home-page .home-content .start-button{height:60px;font-size:20px;font-weight:700;border-radius:16px;box-shadow:0 8px 24px #00000026}@media (min-width: 768px){.home-page .home-content .start-button{height:70px;font-size:24px}}.home-page .home-content .filter-button{height:48px;border-radius:8px;background:#fff}.home-page .home-content .stats{text-align:center;color:#fff;font-size:14px;opacity:.8}.photo-card{position:relative;width:100%;max-width:600px;margin:0 auto;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 16px #0000001f;transition:transform .3s ease,opacity .3s ease}.photo-card.photo-card-enter{animation:slideInFade .3s ease}.photo-card .photo-loading{display:flex;justify-content:center;align-items:center;min-height:400px;background:#f5f5f5}.photo-card .photo-error{display:flex;justify-content:center;align-items:center;min-height:400px;background:#f5f5f5;color:#ff4d4f;font-size:16px}.photo-card .adm-image{width:100%;min-height:400px;max-height:600px}@media (max-width: 767px){.photo-card .adm-image{min-height:300px;max-height:500px}}@keyframes slideInFade{0%{opacity:0;transform:translate(30px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.answer-button-container{margin-top:32px;text-align:center}.answer-button-container .reveal-button{min-width:200px;height:48px;font-size:16px;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.answer-button-container .reveal-button:active{transform:scale(.95)}@media (min-width: 768px){.answer-button-container .reveal-button{min-width:240px;height:56px;font-size:18px}.answer-button-container .reveal-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}}.answer-button-container .answer-display{padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001f;animation:fadeInScale .3s ease}.answer-button-container .answer-display .celebrity-name{font-size:28px;font-weight:600;color:#1677ff;margin:0}@media (min-width: 768px){.answer-button-container .answer-display .celebrity-name{font-size:36px}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.game-page{min-height:100vh;display:flex;flex-direction:column;padding:16px;position:relative}.game-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffd9;z-index:0}.game-page>*{position:relative;z-index:1}.game-page .game-header{display:flex;justify-content:space-between;align-items:center;padding:8px 0;margin-bottom:24px}.game-page .game-header .back-button{color:#1677ff;font-size:16px;transition:transform .2s ease;background:#ffffffe6;border-radius:8px;padding:8px 16px}.game-page .game-header .back-button:active{transform:scale(.95)}.game-page .game-header .viewed-count{font-size:14px;color:#666;background:#ffffffe6;padding:8px 16px;border-radius:8px}.game-page .game-content{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:800px;margin:0 auto;width:100%}.game-page .game-content .navigation-buttons{display:flex;justify-content:center;gap:24px;margin-top:32px}.game-page .game-content .navigation-buttons .nav-button{min-width:140px;transition:transform .2s ease,box-shadow .2s ease}.game-page .game-content .navigation-buttons .nav-button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.game-page .game-content .navigation-buttons .nav-button:active{transform:translateY(0)}.game-page .swipe-hint{text-align:center;color:#666;font-size:14px;padding:16px 0;margin-top:24px;animation:pulseOpacity 2s ease-in-out infinite}.game-page .game-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:18px;color:#666}@keyframes pulseOpacity{0%,to{opacity:.6}50%{opacity:1}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333;background-color:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.container{padding:0 32px}}@media (min-width: 768px){.mobile-only{display:none!important}}@media (max-width: 767px){.desktop-only{display:none!important}}
