.intro{text-align:center;max-width:900px;margin:0 auto 10px;font-size:15px;line-height:1.32}.intro p{margin:22px 0}.submit-area{justify-content:center;margin-top:70px;margin-bottom:40px;display:flex;position:relative}.submit-card{text-align:center;z-index:2;color:#000;background:#eee;border:3px solid #5f5f5f;border-radius:38px;width:500px;min-height:630px;padding:45px 48px 20px}.submit-card h1{color:#000;margin:0;font-size:22px}.submit-card h2{color:#000;margin:0 0 28px;font-size:18px}.format-buttons{justify-content:space-between;gap:30px;margin-bottom:35px;display:flex}.format{border:1px solid #555;border-radius:9px;flex:1;height:62px;font-size:20px;font-weight:700;box-shadow:3px 4px 8px #0000004d}.inactive{color:#aaa;background:#fff}.active-format{color:#fff;background:#9076c9}.submit-card label{text-align:center;margin-bottom:12px;font-size:18px;font-weight:700;display:block}.submit-card input{text-align:center;color:#000;box-sizing:border-box;background:#f5f5f5;border:2px solid #777;height:58px;font-size:22px;box-shadow:2px 4px 8px #0003}.placement-input-row{justify-content:flex-start;align-items:flex-end;width:100%;margin-bottom:34px;display:flex}.placement-input{box-sizing:border-box;background:#f5f5f5;border:2px solid #777;width:62%;height:54px;padding:0 20px;font-size:22px}.rank-image-group{align-items:flex-end;gap:0;height:58px;margin-left:12px;display:flex}.rank-badge-slot{flex-shrink:0;width:84px;height:64px;margin-bottom:-4px;position:relative}.rank-badge-image{object-fit:contain;width:72px;height:72px;margin:auto;transition:opacity .3s,transform .3s;position:absolute;inset:0}.rank-badge-image.badge-visible{opacity:1}.rank-badge-image.badge-hidden{opacity:0}.rank-badge-enter{animation:.25s ease-out forwards rankEnter}.rank-badge-exit{animation:.25s ease-out forwards rankExit}.rank-text-slot{flex-shrink:0;width:92px;height:28px;margin-bottom:4px;margin-left:-12px;position:relative;overflow:hidden}.rank-text-image{object-fit:contain;width:auto;height:20px;position:absolute;bottom:0;left:0}.rank-text-enter{animation:.25s ease-out forwards rankEnter}.rank-text-exit{animation:.25s ease-out forwards rankExit}.rank-number-slot{flex-shrink:0;width:24px;height:28px;margin-bottom:4px;margin-left:-40px;transition:opacity .25s,transform .25s;position:relative;overflow:hidden}.rank-number-image{object-fit:contain;width:20px;height:24px;position:absolute;bottom:0;left:0}.rank-number-enter{animation:.25s ease-out forwards rankEnter}.rank-number-exit{animation:.25s ease-out forwards rankExit}@keyframes rankEnter{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes rankExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.faded-out{opacity:0;pointer-events:none;transform:translateY(-6px)}.elo-input,.trainer-input{width:100%;margin:0 0 34px;padding:0 20px;display:block}.warning{background:#f4f4f4;border:1px solid #555;margin-top:15px;padding:2px 20px;font-size:20px;line-height:1.05;display:inline-block;transform:translateY(-12px)}.captcha{justify-content:center;margin:22px 0 28px;display:flex}.submit-button{color:#000;background:#ffe680;border:1px solid #555;border-radius:7px;width:150px;height:38px;font-size:14px}.pokemon-wrapper{z-index:1;pointer-events:none;position:absolute;top:-30px}.left-wrapper{left:calc(50% - 250px)}.right-wrapper{right:calc(50% - 250px)}.side-pokemon{opacity:0;width:180px;transition:transform .35s,opacity .35s}.left-wrapper .side-pokemon{transform:translate(90px,80px)}.right-wrapper .side-pokemon{transform:translate(-90px,80px)}.left-wrapper .side-pokemon.visible{opacity:1;transform:translate(-90px,-80px)}.right-wrapper .side-pokemon.visible{opacity:1;transform:translate(90px,-80px)}.cutoff-title{text-align:center;color:#000;margin:32px 0 18px;font-size:21px}.cutoff-layout{justify-content:center;align-items:flex-start;gap:18px;margin:0 auto 100px;display:flex}.shared-rank-labels{width:210px;padding-top:76px}.static-rank-image-group{margin-left:0}.static-rank-image-group .rank-badge-image,.static-rank-image-group .rank-text-image,.static-rank-image-group .rank-number-image{animation:none}.shared-rank-visual{align-items:center;height:76px;display:flex;position:relative}.shared-rank-visual:not(:last-child):after{content:"";background:#0006;height:1px;position:absolute;bottom:0;left:-20px;right:-600px}.shared-rank-visual .rank-image-group{transform:translateY(-6px)}.cutoff-grid{grid-template-columns:1fr 1fr;gap:18px;margin:0;display:grid}.cutoff-card{background:#eee;border:1px solid #555;width:300px;min-height:430px;padding:12px 45px}.cutoff-card h3{text-align:center;margin:0 0 34px;font-size:18px;font-weight:800}.cutoff-row{align-items:center;height:76px;display:flex}.cutoff-bar{border:3px solid #fff;justify-content:space-between;align-items:center;min-width:110px;height:52px;padding-left:12px;padding-right:4px;font-weight:800;display:flex}.cutoff-bar.purple{color:#fff;background:#6c4fb1}.cutoff-bar.gold{color:#000;background:#ffdb61}.cutoff-value{font-size:20px}.cutoff-label{writing-mode:vertical-rl;white-space:nowrap;font-size:8px;font-weight:700;transform:rotate(180deg)}.mobile-rank-visual{display:none}@media (width<=700px){.intro{max-width:100%;margin-bottom:24px;font-size:15px;line-height:1.4}.submit-area{margin-top:40px;margin-bottom:28px}.submit-card{border-radius:28px;width:100%;max-width:500px;min-height:auto;padding:30px 20px 20px}.submit-card h1{font-size:28px;line-height:1.1}.submit-card h2{font-size:16px;line-height:1.3}.format-buttons{flex-direction:column;gap:16px}.format{width:100%}.placement-input-row{flex-direction:column;align-items:center;gap:12px}.placement-input,.elo-input,.trainer-input{width:100%}.rank-image-group{margin-left:0;transform:scale(.92)}.pokemon-wrapper{display:none}.warning{width:100%;padding:10px 14px;font-size:16px}.captcha{transform-origin:50%;transform:scale(.92)}.cutoff-title{padding:0 10px;font-size:18px;line-height:1.3}.cutoff-layout{flex-direction:column;align-items:center;gap:12px}.shared-rank-labels{display:none}.cutoff-grid{grid-template-columns:minmax(0,1fr);width:100%;max-width:100%}.cutoff-card{width:100%;min-width:0;padding:12px 12px 20px}.cutoff-row{width:100%;min-width:0}.cutoff-bar{flex:0 auto;max-width:100%}.mobile-rank-visual{transform-origin:0;flex-shrink:0;align-items:center;width:92px;display:flex;transform:translate(-12px)scale(.72)}.mobile-rank-visual .rank-image-group{margin-left:0}}*{box-sizing:border-box}body{color:#000;background:linear-gradient(#e4dded 0%,#eeebf4 12% 86%,#e4dded 100%);margin:0;font-family:Arial,Helvetica,sans-serif}.page{min-height:100vh}.header{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:24px 40px;display:flex}.logo-container{flex-shrink:0}.logo{object-fit:contain;width:240px;height:240px;display:block}.nav{align-items:center;gap:40px;margin-left:auto;font-size:28px;font-weight:500;display:flex}.nav a{color:#000;text-decoration:none}.nav .active{color:#6b50aa}.flag{font-size:30px}main{max-width:1120px;margin:0 auto}footer{text-align:center;padding:30px 0 45px;font-size:14px}footer a{color:#268cff;font-weight:800;text-decoration:none}@media (width<=700px){.header{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px 16px 12px}.logo{width:150px;height:150px}.nav{gap:28px;margin-left:0;font-size:24px}main{max-width:100%;padding:0 14px;overflow-x:hidden}footer{padding:24px 14px 36px;font-size:12px}}
