body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Noto Sans JP,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{font-family:Noto Sans JP,sans-serif}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:1200px){.MuiContainer-root{max-width:none!important}}.result-container{background-color:#f5f5f5;display:flex;flex-direction:column;height:100vh;position:relative;width:100%}.header-fixed{background-color:#fff;box-shadow:0 2px 4px #0000001a;left:0;position:fixed;right:0;top:0;z-index:100}.header-contentR{align-items:center;display:flex;justify-content:space-between}.logo-containerR{align-items:center;display:flex;width:70px}.logoR{height:70px;object-fit:contain;width:auto}.title-area{align-items:center;display:flex;flex:1 1;flex-direction:column}.result-title{color:#333;font-size:1.5rem;margin:0;text-align:center}.result-subtitle{color:#666;font-size:1rem;margin:.5rem 0 0;text-align:center}.content-area{flex:1 1;flex-direction:column;justify-content:flex-end;margin-top:120px;overflow-y:auto;padding:1rem}.ranking-list{display:flex;flex-direction:column-reverse;gap:1rem;overflow:auto}.ranking-item{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;gap:1rem;height:70px;min-height:60px;opacity:0;padding:1.5rem;transform:translateX(-100%);transition:all .3s ease}.ranking-item.show{opacity:1;transform:translateX(0)}.ranking-item.hide{opacity:0;transform:translateX(-100%)}.rank-1{background:linear-gradient(45deg,#fbc02d,#fbc02d 45%,#fff3c4 70%,#fbc02d 85%,#fbc02d 90% 100%);background-size:800% 400%;height:110px}.rank-1,.rank-2{animation:gradient 5s cubic-bezier(.62,.28,.23,.99) infinite both}.rank-2{background:linear-gradient(45deg,#a8a8a8,silver 45%,#e8e8e8 70%,silver 85%,#a8a8a8 90% 100%);background-size:800% 400%;height:90px}.rank-3{animation:gradient 5s cubic-bezier(.62,.28,.23,.99) infinite both;background:linear-gradient(45deg,#8b6914,#b87333 45%,#d4a574 70%,#b87333 85%,#8b6914 90% 100%);background-size:800% 400%;height:80px}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.rank-number{color:#333;font-size:1.5rem;font-weight:700;text-align:center;width:2rem}.user-info{align-items:center;display:flex;flex:1 1;justify-content:space-between}.user-nameR{color:#333;font-size:1.2rem;font-weight:700;margin-right:auto}.rank-1 .user-nameR,.rank-2 .user-nameR,.rank-3 .user-nameR{font-size:25px;text-shadow:#fff 3px 0 0,#fff 2.83487px .981584px 0,#fff 2.35766px 1.85511px 0,#fff 1.62091px 2.52441px 0,#fff .705713px 2.91581px 0,#fff -.287171px 2.98622px 0,#fff -1.24844px 2.72789px 0,#fff -2.07227px 2.16926px 0,#fff -2.66798px 1.37182px 0,#fff -2.96998px .42336px 0,#fff -2.94502px -.571704px 0,#fff -2.59586px -1.50383px 0,#fff -1.96093px -2.27041px 0,#fff -1.11013px -2.78704px 0,#fff -.137119px -2.99686px 0,#fff .850987px -2.87677px 0,#fff 1.74541px -2.43999px 0,#fff 2.44769px -1.73459px 0,#fff 2.88051px -.838247px 0;text-shadow:var(--outline) 3px 0 0,var(--outline) 2.83487px .981584px 0,var(--outline) 2.35766px 1.85511px 0,var(--outline) 1.62091px 2.52441px 0,var(--outline) .705713px 2.91581px 0,var(--outline) -.287171px 2.98622px 0,var(--outline) -1.24844px 2.72789px 0,var(--outline) -2.07227px 2.16926px 0,var(--outline) -2.66798px 1.37182px 0,var(--outline) -2.96998px .42336px 0,var(--outline) -2.94502px -.571704px 0,var(--outline) -2.59586px -1.50383px 0,var(--outline) -1.96093px -2.27041px 0,var(--outline) -1.11013px -2.78704px 0,var(--outline) -.137119px -2.99686px 0,var(--outline) .850987px -2.87677px 0,var(--outline) 1.74541px -2.43999px 0,var(--outline) 2.44769px -1.73459px 0,var(--outline) 2.88051px -.838247px 0}.user-point{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 2px 4px #0000001a;color:#ef6c00;display:flex;flex-direction:column;font-weight:600;justify-content:center;margin-left:1rem;min-width:140px;padding:3px 10px;white-space:nowrap}.team-info{color:#666;font-size:.8rem;font-weight:400;margin-top:4px}:root{--outline:#fff}.loading-container{align-items:center;display:flex;height:100vh;justify-content:center}.error-message{color:#d32f2f}.empty-message,.error-message{padding:2rem;text-align:center}.empty-message{color:#666}