:root{--game-page-container-padding:20px;--main-game-area-margin:20px;--shogi-elements-wrapper-padding:10px}.GamePage_gamePageContainer__ryjK1{align-items:center;background-color:#f5f5f5;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;overflow:auto;padding:20px;padding:var(--game-page-container-padding)}.GamePage_resignButton__23e7t{background-color:#d9534f;border:none;border-radius:8px;box-shadow:2px 2px 5px #0000004d;color:#fff;font-size:1em;font-weight:700;padding:6px 12px;transition:background-color .2s,transform .1s;z-index:10}.GamePage_resignButton__23e7t:hover:not(:disabled){background-color:#c9302c;transform:translateY(-2px)}.GamePage_resignButton__23e7t:disabled{cursor:not-allowed;opacity:.6}.GamePage_mainGameArea__0vpWI{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:20px 0;margin:var(--main-game-area-margin) 0;max-width:1200px;width:100%}.GamePage_shogiElementsWrapper__qaqhn{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:2px 2px 8px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:space-between;max-width:600px;min-width:300px;padding:10px;padding:var(--shogi-elements-wrapper-padding);width:100%}.GamePage_shogiBoard__tGMNp{flex-shrink:0;margin:10px 0;width:100%}.GamePage_shogiElementsHeader__5dHQA{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:5px;min-height:40px;padding:0 5px;width:100%}.GamePage_turnDisplay__2IEQu{flex-grow:1;font-size:1em;font-weight:700;text-align:center}.GamePage_playerInfoAndHandTimerWrapper__X05f4{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;gap:5px;padding:5px;width:100%}.GamePage_playerNameDisplay__pXeog{color:#333;font-size:1em;font-weight:700;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.GamePage_handTimerContent__ocSxT{align-items:center;box-sizing:border-box;display:flex;flex-shrink:0;gap:10px;width:100%}.GamePage_timer__CLN6Z{background-color:#e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0003;color:#555;flex-grow:0;flex-shrink:0;font-size:1.5em;font-weight:700;min-width:60px;padding:5px 10px;text-align:center;transition:background-color .3s ease,color .3s ease;width:-webkit-min-content;width:min-content}.GamePage_activeTimer__HTTL4{background-color:#4caf50;box-shadow:0 4px 8px #4caf5066;color:#fff}.GamePage_handDisplayRoot__fpxQe{flex-grow:1;flex-shrink:1;min-width:200px}.GamePage_kifuPlaybackWrapper__tAGxF{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:2px 2px 8px #0000001a;box-sizing:border-box;display:flex;flex-basis:300px;flex-direction:column;flex-grow:1;flex-shrink:1;gap:10px;height:auto;min-width:280px;overflow-y:auto;padding:15px}.GamePage_kifuControls__3YUTP{border-bottom:1px dashed #eee;display:flex;flex-wrap:nowrap;gap:5px;justify-content:center;margin-top:auto;padding-top:10px}.GamePage_playbackButton__nEHF3{align-items:center;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.5em;height:40px;justify-content:center;transition:background-color .2s,transform .1s;width:40px}.GamePage_playbackButton__nEHF3.GamePage_green__Lfa3k{background-color:#4caf50}.GamePage_playbackButton__nEHF3.GamePage_blue__I4k-i{background-color:#2196f3}.GamePage_playbackButton__nEHF3:hover:not(:disabled){box-shadow:1px 1px 3px #0003;transform:translateY(-1px)}.GamePage_playbackButton__nEHF3:disabled{cursor:not-allowed;opacity:.6}.GamePage_backToMatchingButton__hlDzc{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1em;padding:8px 15px;transition:background-color .2s,transform .1s}.GamePage_backToMatchingButton__hlDzc:hover{background-color:#0056b3;transform:translateY(-2px)}.GamePage_modalOverlay__0GFNq{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.GamePage_modalContent__7DyUn{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000004d;color:#333;max-width:400px;padding:30px;text-align:center;width:90%}.GamePage_modalContent__7DyUn p{font-size:1.1em;font-weight:700;margin-bottom:20px}.GamePage_modalActions__jpZbN{display:flex;gap:15px;justify-content:center}.GamePage_modalButtonNo__kWl1O,.GamePage_modalButtonYes__SUGPF{border:none;border-radius:5px;cursor:pointer;font-size:1em;font-weight:700;padding:10px 25px;transition:background-color .3s ease,transform .2s ease}.GamePage_modalButtonYes__SUGPF{background-color:#4caf50;color:#fff}.GamePage_modalButtonYes__SUGPF:hover{background-color:#45a049;transform:translateY(-2px)}.GamePage_modalButtonNo__kWl1O{background-color:#f44336;color:#fff}.GamePage_modalButtonNo__kWl1O:hover{background-color:#da190b;transform:translateY(-2px)}.GamePage_errorMessage__IBwG6{background-color:#ffe0e0;border-radius:5px;color:red;font-weight:700;margin-bottom:20px;padding:10px;text-align:center}@media (min-width:901px){.GamePage_mainGameArea__0vpWI{align-items:stretch;flex-direction:row;flex-wrap:nowrap}.GamePage_shogiElementsWrapper__qaqhn{height:auto;max-width:600px;width:100%}.GamePage_kifuPlaybackWrapper__tAGxF{flex-basis:300px;height:auto}.GamePage_handDisplayRoot__fpxQe{min-width:280px}.GamePage_handTimerContent__ocSxT{justify-content:space-between}}@media (min-width:601px) and (max-width:900px){.GamePage_mainGameArea__0vpWI{align-items:center;flex-direction:column}.GamePage_shogiElementsWrapper__qaqhn{height:auto;max-width:550px;width:100%}.GamePage_kifuPlaybackWrapper__tAGxF{max-height:350px;max-width:550px;width:100%}.GamePage_handDisplayRoot__fpxQe{flex-grow:1;min-width:0;min-width:auto;width:100%}.GamePage_playerInfoAndHandTimerWrapper__X05f4{flex-direction:column;gap:5px}.GamePage_handTimerContent__ocSxT{flex-direction:row;justify-content:space-between;width:100%}}@media (max-width:600px){.GamePage_gamePageContainer__ryjK1{padding:10px}.GamePage_mainGameArea__0vpWI{align-items:center;flex-direction:column;gap:15px;margin:10px 0}.GamePage_shogiElementsWrapper__qaqhn{height:auto;max-width:100%;padding:5px}.GamePage_shogiElementsHeader__5dHQA{gap:10px;height:auto;padding:5px}.GamePage_playerNameDisplay__pXeog,.GamePage_turnDisplay__2IEQu{font-size:.9em}.GamePage_resignButton__23e7t{font-size:.9em;padding:4px 8px}.GamePage_playerInfoAndHandTimerWrapper__X05f4{flex-direction:column;gap:5px}.GamePage_handTimerContent__ocSxT{flex-direction:row;justify-content:space-between;width:100%}.GamePage_timer__CLN6Z{font-size:1.2em;min-width:0;min-width:auto;padding:4px 8px;width:-webkit-min-content;width:min-content}.GamePage_handDisplayRoot__fpxQe{min-width:0;min-width:auto;width:100%}.GamePage_kifuPlaybackWrapper__tAGxF{max-height:350px;padding:10px;width:100%}.GamePage_kifuControls__3YUTP{flex-wrap:wrap;justify-content:space-around}.GamePage_playbackButton__nEHF3{font-size:.4em;height:35px;width:35px}}.Board_shogiBoard__4LyYE{aspect-ratio:1/1;background-color:#e0b476;border:2px solid #634f3b;border-radius:8px;box-shadow:5px 5px 15px #0000004d;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr);overflow:hidden;width:100%}.Board_boardRow__KB31V{display:contents}.Board_boardSquare__uofKF{align-items:center;border:1px solid #a07a4f;box-sizing:border-box;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;transition:background-color .1s ease-in-out;width:100%}.Board_selectedSquare__dTF7s{background-color:#ffcc0080;border:2px solid #f90}.Board_highlightedSquare__4KcY8{background-color:#aaddff80;border:2px solid #09f;box-shadow:0 0 8px #0099ff80}.Board_boardSquare__uofKF:hover{background-color:#f0c080}.Board_highlightedSquare__4KcY8:hover{background-color:#77bbee80}.Piece_pieceContainer__9H7ON{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Piece_pieceImage__7KCTT{max-height:95%;max-width:95%;object-fit:contain;pointer-events:none;transform-origin:center;transition:transform .1s ease-out;-webkit-user-select:none;user-select:none}.Piece_rotated__\+JpwM{transform:rotate(180deg)}.HandDisplay_handContainer__mTxx6{align-items:center;background-color:#f7e7c7;border:2px solid #634f3b;border-radius:8px;box-shadow:3px 3px 10px #0003;box-sizing:border-box;display:flex;flex-direction:column;height:auto;min-height:60px;overflow-x:auto;padding:5px}.HandDisplay_handTitle__3WO4x{color:#333;font-size:1.1em;margin-bottom:5px;margin-top:0}.HandDisplay_piecesWrapper__PuPdE{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;justify-content:center;white-space:nowrap;width:100%}.HandDisplay_handPieceItem__Bk36Z{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;max-width:60px;position:relative;transition:transform .1s ease-out,background-color .1s ease-in-out;width:50px}.HandDisplay_handPieceItem__Bk36Z.HandDisplay_selectedHandPiece__R-r9A{background-color:#ffeb3b;border-radius:5px}.HandDisplay_handPieceItem__Bk36Z:hover{background-color:#ffe082;transform:translateY(-1px)}.HandDisplay_handPieceItem__Bk36Z .pieceImage{max-height:90%;max-width:90%}.HandDisplay_pieceCount__TcGmO{background-color:#0009;border-radius:3px;bottom:0;color:#fff;font-size:.6em;line-height:1;padding:2px 4px;position:absolute;right:0;z-index:10}.HandDisplay_handContainer__mTxx6.HandDisplay_oppositeSide__t961Q,.HandDisplay_handContainer__mTxx6.HandDisplay_oppositeSide__t961Q .HandDisplay_piecesWrapper__PuPdE{transform:rotate(180deg)}.HandDisplay_handContainer__mTxx6.HandDisplay_oppositeSide__t961Q .HandDisplay_handPieceItem__Bk36Z .pieceImage{transform:rotate(0deg)!important}.HandDisplay_handContainer__mTxx6.HandDisplay_oppositeSide__t961Q .HandDisplay_pieceCount__TcGmO{transform:rotate(180deg)}@media (max-width:600px){.HandDisplay_piecesWrapper__PuPdE{flex-wrap:wrap;gap:4px;justify-content:center;padding-bottom:0;white-space:normal}.HandDisplay_handPieceItem__Bk36Z{flex-shrink:1;max-width:45px;min-width:30px;width:calc(25vw - 15px)}.HandDisplay_handContainer__mTxx6{overflow-x:hidden;overflow-y:auto}.HandDisplay_handTitle__3WO4x{font-size:1em}}.KifuDisplay_kifuDisplayContainer__DJ1ym{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:2px 2px 8px #0000001a;display:flex;flex:1 1 auto;flex-direction:column;gap:5px;height:100%;overflow-y:auto;padding:15px}.KifuDisplay_kifuTitle__0ZKqM{color:#333;margin:0 0 10px;text-align:center}.KifuDisplay_kifuList__hvuaf{font-size:.9em;list-style-type:decimal;margin:0;padding-left:20px}.KifuDisplay_kifuListItem__mu3fZ{border-radius:3px;margin-bottom:3px;padding:2px 5px;transition:background-color .1s ease-in-out,font-weight .1s ease-in-out}.KifuDisplay_kifuListItem__mu3fZ.KifuDisplay_senteMove__bx1Dy{color:#d9534f}.KifuDisplay_kifuListItem__mu3fZ.KifuDisplay_goteMove__uLPyL{color:#337ab7}.KifuDisplay_kifuListItem__mu3fZ.KifuDisplay_highlighted__nGiSd{background-color:#e6ffe6;font-weight:700}.KifuDisplay_outcomeString__lt89v{border-top:1px dashed #ccc;color:#555;font-size:.9em;font-weight:700;margin-top:10px;padding-top:10px;text-align:center}.PlayerNameSetup_container__epKk6{background:linear-gradient(135deg,#e0eafc,#c7d9f2);border:1px solid #ffffff80;border-radius:15px;box-shadow:0 8px 25px #0003;color:#333;font-family:Inter,sans-serif,Noto Sans JP;margin:60px auto;max-width:550px;padding:30px 25px;text-align:center;transition:all .3s ease-in-out}.PlayerNameSetup_h2__V9k-U{color:#2c3e50;font-size:2.2em;font-weight:700;letter-spacing:.5px;margin-bottom:20px}.PlayerNameSetup_descriptionText__Lgz59{color:#555;font-size:1em;line-height:1.6;margin-bottom:30px}.PlayerNameSetup_inputGroup__8nYMU{align-items:center;display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.PlayerNameSetup_nameInput__55hgR{border:1px solid #b0c4de;border-radius:8px;box-shadow:inset 0 1px 3px #00000014;box-sizing:border-box;font-size:1.1em;max-width:320px;padding:12px 15px;transition:border-color .2s ease,box-shadow .2s ease;width:85%}.PlayerNameSetup_nameInput__55hgR:focus{border-color:#64b5f6;box-shadow:0 0 0 3px #64b5f64d,inset 0 1px 3px #00000014;outline:none}.PlayerNameSetup_saveButton__2NybP{background-color:#28a745;background-image:linear-gradient(45deg,#28a745,#218838);border:none;border-radius:10px;box-shadow:0 6px 15px #00000040;color:#fff;cursor:pointer;font-size:1.3em;font-weight:700;max-width:320px;padding:15px 30px;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;width:85%}.PlayerNameSetup_saveButton__2NybP:hover:not(:disabled){background-color:#218838;background-image:linear-gradient(45deg,#218838,#1e7e34);box-shadow:0 10px 20px #0000004d;transform:translateY(-3px)}.PlayerNameSetup_saveButton__2NybP:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.PlayerNameSetup_message__tK1WZ{background-color:#e8f5e9;border-left:4px solid #4caf50;color:#4caf50;font-weight:500}.PlayerNameSetup_errorMessage__pA9KY,.PlayerNameSetup_message__tK1WZ{border-radius:4px;font-size:1em;margin-top:15px;padding:8px 15px;text-align:center}.PlayerNameSetup_errorMessage__pA9KY{background-color:#ffebee;border-left:4px solid #e74c3c;color:#e74c3c;font-weight:700}.PlayerNameSetup_loadingMessage__KrAhn{color:#607d8b;font-size:1em;margin-top:15px}.PlayerNameSetup_sectionDivider__Gc-RZ{background:linear-gradient(90deg,#0000,#a0a0a0,#0000);height:1px;margin:40px auto;width:80%}.PlayerNameSetup_authSection__b9P1i{text-align:center}.PlayerNameSetup_authSection__b9P1i h3{color:#2c3e50;font-size:1.5em;margin-bottom:20px}.PlayerNameSetup_authButton__yXZJ1{background-color:#007bff;background-image:linear-gradient(45deg,#007bff,#0056b3);border:none;border-radius:10px;box-shadow:0 6px 15px #00000040;color:#fff;cursor:pointer;font-size:1.3em;font-weight:700;max-width:320px;padding:15px 30px;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;width:85%}.PlayerNameSetup_authButton__yXZJ1:hover:not(:disabled){background-color:#0056b3;background-image:linear-gradient(45deg,#0056b3,#004085);box-shadow:0 10px 20px #0000004d;transform:translateY(-3px)}.PlayerNameSetup_authButton__yXZJ1:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}@media (max-width:768px){.PlayerNameSetup_container__epKk6{border-radius:12px;box-shadow:0 6px 20px #00000026;margin:30px auto;padding:20px}.PlayerNameSetup_h2__V9k-U{font-size:1.8em;margin-bottom:15px}.PlayerNameSetup_descriptionText__Lgz59{font-size:.9em;margin-bottom:20px}.PlayerNameSetup_inputGroup__8nYMU{gap:10px;margin-bottom:20px}.PlayerNameSetup_nameInput__55hgR{font-size:1em;padding:10px 12px;width:90%}.PlayerNameSetup_saveButton__2NybP{font-size:1.1em;padding:12px 25px;width:90%}.PlayerNameSetup_errorMessage__pA9KY,.PlayerNameSetup_loadingMessage__KrAhn,.PlayerNameSetup_message__tK1WZ{font-size:.9em;padding:6px 10px}.PlayerNameSetup_sectionDivider__Gc-RZ{margin:30px auto}.PlayerNameSetup_authSection__b9P1i h3{font-size:1.3em;margin-bottom:15px}.PlayerNameSetup_authButton__yXZJ1{font-size:1.1em;padding:12px 25px;width:90%}}.MatchingScreen_container__X3axK{background:linear-gradient(135deg,#e0eafc,#c7d9f2);border:1px solid #ffffff80;border-radius:15px;box-shadow:0 8px 25px #0003;color:#333;font-family:Inter,sans-serif,Noto Sans JP;margin:60px auto;max-width:550px;padding:30px 25px;text-align:center;transition:all .3s ease-in-out}.MatchingScreen_welcomeMessage__1VwAE{align-items:baseline;color:#2c3e50;display:flex;flex-wrap:wrap;font-size:2.5em;font-weight:700;justify-content:center;letter-spacing:.5px;margin-bottom:25px}.MatchingScreen_welcomePrefix__WbUgn,.MatchingScreen_welcomeSuffix__nmXIc{color:#3f51b5;font-size:.8em;font-weight:500;margin:0 5px}.MatchingScreen_playerNameHighlight__oQrZ1{color:#007bff;font-size:1.2em;font-weight:800;text-shadow:1px 1px 2px #0000001a;transition:font-size .2s ease-in-out}.MatchingScreen_playerNameShrink__QZxfI{font-size:.9em}.MatchingScreen_guestSuffix__dBtbO{color:#6c757d;font-size:.6em;font-weight:400;margin-left:5px}.MatchingScreen_buttonGroup__1HRrD{align-items:center;display:flex;flex-direction:column;gap:15px;margin-top:30px}.MatchingScreen_cancelButton__-SinP,.MatchingScreen_loginPageButton__ychKd,.MatchingScreen_logoutButton__qX6zm,.MatchingScreen_myPageButton__cHcXS,.MatchingScreen_startButton__YxtF2{border:none;border-radius:10px;box-shadow:0 6px 15px #00000040;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1.5em;font-weight:700;letter-spacing:.5px;max-width:320px;padding:18px 35px;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;width:85%}.MatchingScreen_startButton__YxtF2{background-color:#28a745;background-image:linear-gradient(45deg,#28a745,#218838)}.MatchingScreen_startButton__YxtF2:hover{background-color:#218838;background-image:linear-gradient(45deg,#218838,#1e7e34);box-shadow:0 10px 20px #0000004d;transform:translateY(-3px)}.MatchingScreen_myPageButton__cHcXS{background-color:#007bff;background-image:linear-gradient(45deg,#007bff,#0056b3);box-shadow:0 4px 10px #00000026;font-size:1.2em;padding:15px 30px}.MatchingScreen_myPageButton__cHcXS:hover{background-color:#0056b3;background-image:linear-gradient(45deg,#0056b3,#004085);box-shadow:0 6px 12px #0003;transform:translateY(-2px)}.MatchingScreen_logoutButton__qX6zm{background-color:#dc3545;background-image:linear-gradient(45deg,#dc3545,#c82333);box-shadow:0 4px 10px #00000026;font-size:1.2em;padding:15px 30px}.MatchingScreen_logoutButton__qX6zm:hover{background-color:#c82333;background-image:linear-gradient(45deg,#c82333,#bd2130);box-shadow:0 6px 12px #0003;transform:translateY(-2px)}.MatchingScreen_loginPageButton__ychKd{background-color:#ffc107;background-image:linear-gradient(45deg,#ffc107,#e0a800);box-shadow:0 4px 10px #00000026;color:#333;font-size:1.2em;padding:15px 30px}.MatchingScreen_loginPageButton__ychKd:hover{background-color:#e0a800;background-image:linear-gradient(45deg,#e0a800,#c69500);box-shadow:0 6px 12px #0003;transform:translateY(-2px)}.MatchingScreen_searchingText__78onc{color:#495057;font-size:1.5em;font-weight:600;margin-bottom:20px}.MatchingScreen_errorMessage__l9HRU{color:#e74c3c;font-size:1.1em;font-weight:700;margin-top:20px;text-align:center}.MatchingScreen_spinner__8FGR9{animation:MatchingScreen_spin__GCcTh 1s linear infinite;border:5px solid #0000001a;border-left-color:#007bff;border-radius:50%;height:40px;margin:20px auto;width:40px}@keyframes MatchingScreen_spin__GCcTh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MatchingScreen_cancelButton__-SinP{background-color:#6c757d;background-image:linear-gradient(45deg,#6c757d,#5a6268);box-shadow:0 4px 10px #00000026;font-size:1.2em;margin-top:15px;padding:15px 30px}.MatchingScreen_cancelButton__-SinP:hover{background-color:#5a6268;background-image:linear-gradient(45deg,#5a6268,#495057);box-shadow:0 6px 12px #0003;transform:translateY(-2px)}@media (max-width:768px){.MatchingScreen_container__X3axK{border-radius:12px;box-shadow:0 6px 20px #00000026;margin:30px auto;padding:20px}.MatchingScreen_welcomeMessage__1VwAE{font-size:2em;margin-bottom:20px}.MatchingScreen_welcomePrefix__WbUgn,.MatchingScreen_welcomeSuffix__nmXIc{font-size:.7em}.MatchingScreen_playerNameHighlight__oQrZ1{font-size:1.1em}.MatchingScreen_playerNameShrink__QZxfI{font-size:.8em}.MatchingScreen_guestSuffix__dBtbO{font-size:.5em}.MatchingScreen_buttonGroup__1HRrD{gap:10px;margin-top:20px}.MatchingScreen_cancelButton__-SinP,.MatchingScreen_loginPageButton__ychKd,.MatchingScreen_logoutButton__qX6zm,.MatchingScreen_myPageButton__cHcXS,.MatchingScreen_startButton__YxtF2{border-radius:8px;box-shadow:0 4px 10px #00000026;font-size:1.2em;max-width:none;padding:14px 25px;width:90%}.MatchingScreen_searchingText__78onc{font-size:1.2em;margin-bottom:15px}.MatchingScreen_spinner__8FGR9{height:35px;margin:15px auto;width:35px}}.MyPage_container__S31Po{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001a;color:#333;font-family:Inter,sans-serif,Noto Sans JP;margin:50px auto;max-width:650px;padding:30px 20px;text-align:center;transition:all .3s ease-in-out}.MyPage_h2__WJiST{color:#3f51b5;font-size:2.2em;font-weight:700;letter-spacing:.5px;margin-bottom:30px}.MyPage_profileSection__4sIK7{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;box-shadow:inset 0 1px 3px #0000000d;margin-bottom:30px;padding:25px;text-align:left}.MyPage_profileItem__A8fpg{align-items:center;border-bottom:1px dashed #e9ecef;display:flex;font-size:1.05em;justify-content:space-between;padding:12px 0}.MyPage_profileItem__A8fpg:last-child{border-bottom:none}.MyPage_label__EXGsj{color:#555;font-weight:600;margin-right:15px;min-width:140px}.MyPage_value__D4gt\+{color:#333;flex-grow:1;text-align:right;word-break:break-all}.MyPage_displayNameContainer__yTndn{align-items:center;display:flex;flex-direction:row;flex-grow:1;gap:10px;justify-content:flex-end;min-width:0}.MyPage_displayNameContainer__yTndn .MyPage_value__D4gt\+{flex-grow:0;max-width:calc(100% - 70px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MyPage_editNameContainer__neywf{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;gap:10px;justify-content:flex-end}.MyPage_nameInput__9mx9Q{border:1px solid #b0c4de;border-radius:6px;box-shadow:inset 0 1px 2px #0000000d;flex-grow:1;font-size:1em;min-width:100px;padding:10px}.MyPage_nameInput__9mx9Q:focus{border-color:#64b5f6;box-shadow:0 0 0 2px #64b5f633;outline:none}.MyPage_cancelButton__\+2Fh\+,.MyPage_editButton__lhDRZ,.MyPage_saveButton__odIA9{border:none;border-radius:6px;box-shadow:0 2px 5px #0000001a;cursor:pointer;font-size:.95em;font-weight:600;padding:10px 18px;transition:background-color .25s ease,transform .1s ease,box-shadow .25s ease}.MyPage_editButton__lhDRZ{background-color:#4285f4;color:#fff}.MyPage_editButton__lhDRZ:hover{background-color:#3367d6;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.MyPage_saveButton__odIA9{background-color:#34a853;color:#fff}.MyPage_saveButton__odIA9:hover{background-color:#2d8b46;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.MyPage_cancelButton__\+2Fh\+{background-color:#ea4335;color:#fff}.MyPage_cancelButton__\+2Fh\+:hover{background-color:#d23425;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.MyPage_message__MgjP\+{color:#4caf50;font-size:.95em;font-weight:500;margin-top:15px;text-align:center}.MyPage_errorText__\+Z5TT{color:#dc3545;font-weight:700;margin-top:15px;text-align:center}.MyPage_guestInfo__0DokD{color:#6c757d;flex-shrink:0;font-size:.85em;font-weight:400;margin-left:5px}.MyPage_infoMessage__xykSA{background-color:#e0f7fa;border-left:4px solid #17a2b8;border-radius:4px;color:#17a2b8;font-size:.9em;margin-top:15px;padding:8px 15px;text-align:center}.MyPage_buttonGroup__PX7DD{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:40px}.MyPage_backButton__GAAw2,.MyPage_logoutButton__nhNJK{border:none;border-radius:8px;box-shadow:0 2px 5px #0000001a;cursor:pointer;flex-shrink:0;font-size:1.1em;font-weight:600;min-width:150px;padding:12px 25px;transition:background-color .3s ease,transform .1s ease,box-shadow .25s ease}.MyPage_logoutButton__nhNJK{background-color:#ff3b30;color:#fff}.MyPage_logoutButton__nhNJK:hover{background-color:#c00;box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.MyPage_backButton__GAAw2{background-color:#607d8b;color:#fff}.MyPage_backButton__GAAw2:hover{background-color:#455a64;box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}@media (max-width:768px){.MyPage_container__S31Po{border-radius:10px;box-shadow:0 4px 15px #0000001a;margin:20px auto;padding:20px 15px}.MyPage_h2__WJiST{font-size:1.8em;margin-bottom:20px}.MyPage_profileSection__4sIK7{margin-bottom:20px;padding:15px}.MyPage_profileItem__A8fpg{align-items:center;justify-content:space-between;padding:10px 0}.MyPage_label__EXGsj{margin-bottom:0;margin-right:10px;min-width:110px}.MyPage_value__D4gt\+{text-align:right}.MyPage_displayNameContainer__yTndn{align-items:center;flex-direction:row;gap:5px;justify-content:flex-end;margin-left:0;width:100%}.MyPage_displayNameContainer__yTndn .MyPage_value__D4gt\+{max-width:calc(100% - 70px);text-align:right}.MyPage_editButton__lhDRZ{align-self:auto}.MyPage_editNameContainer__neywf{align-items:flex-start;flex-direction:column;gap:5px;margin-left:0;width:100%}.MyPage_nameInput__9mx9Q{max-width:none;width:100%}.MyPage_cancelButton__\+2Fh\+,.MyPage_saveButton__odIA9{font-size:1em;padding:10px;width:100%}.MyPage_buttonGroup__PX7DD{flex-direction:column;gap:15px;margin-top:30px}.MyPage_backButton__GAAw2,.MyPage_logoutButton__nhNJK{font-size:1em;padding:10px 20px;width:100%}}.AuthPage_authContainer__vps9T{background:linear-gradient(135deg,#e0eafc,#c7d9f2);border:1px solid #ffffff80;border-radius:15px;box-shadow:0 8px 25px #0003;color:#333;font-family:Inter,sans-serif,Noto Sans JP;margin:60px auto;max-width:550px;padding:30px 25px;position:relative;text-align:center;transition:all .3s ease-in-out}.AuthPage_authTitle__p1V0a{color:#2c3e50;font-size:2.5em;font-weight:700;letter-spacing:.5px;margin-bottom:25px}.AuthPage_modeToggleContainer__MCbTu{background-color:#f0f4f8;border:2px solid #a7d9f2;border-radius:10px;box-shadow:0 2px 5px #0000001a;display:inline-flex;margin-bottom:30px;overflow:hidden}.AuthPage_modeButton__QEJAE{background:none;border:none;color:#555;cursor:pointer;font-size:1.1em;font-weight:600;padding:12px 25px;position:relative;transition:all .3s ease}.AuthPage_modeButton__QEJAE.AuthPage_active__OuWGx{background:linear-gradient(45deg,#007bff,#0056b3);border-left:2px solid #007bff;border-right:2px solid #007bff;box-shadow:0 4px 10px #007bff4d;color:#fff;z-index:1}.AuthPage_modeButton__QEJAE.AuthPage_active__OuWGx:first-child{border-left:none}.AuthPage_modeButton__QEJAE.AuthPage_active__OuWGx:last-child{border-right:none}.AuthPage_modeButton__QEJAE:hover:not(.AuthPage_active__OuWGx){background-color:#e2e8f0;color:#333}.AuthPage_modeButton__QEJAE:disabled{cursor:not-allowed;opacity:.6}.AuthPage_authForm__4MZOc{align-items:center;display:flex;flex-direction:column;width:100%}.AuthPage_formGroup__wWh7-{margin-bottom:20px;max-width:320px;text-align:left;width:85%}.AuthPage_label__6qcKO{color:#444;display:block;font-size:1em;font-weight:700;margin-bottom:8px}.AuthPage_input__-Klwf{border:1px solid #b0c4de;border-radius:8px;box-shadow:inset 0 1px 3px #00000014;box-sizing:border-box;font-size:1.1em;padding:12px 15px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.AuthPage_input__-Klwf:focus{border-color:#64b5f6;box-shadow:0 0 0 3px #64b5f64d,inset 0 1px 3px #00000014;outline:none}.AuthPage_submitButton__40xy4{background-color:#28a745;background-image:linear-gradient(45deg,#28a745,#218838);border:none;border-radius:10px;box-shadow:0 6px 15px #00000040;color:#fff;cursor:pointer;font-size:1.3em;font-weight:700;margin-top:15px;max-width:320px;padding:15px 30px;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;width:85%}.AuthPage_submitButton__40xy4:hover:not(:disabled){background-color:#218838;background-image:linear-gradient(45deg,#218838,#1e7e34);box-shadow:0 10px 20px #0000004d;transform:translateY(-3px)}.AuthPage_submitButton__40xy4:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.AuthPage_message__Fybb-{background-color:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;box-sizing:border-box;color:#4caf50;font-size:1em;font-weight:500;margin-bottom:20px;max-width:320px;padding:12px 20px;text-align:center;width:85%}.AuthPage_errorMessage__uE5RZ{background-color:#ffebee;border:1px solid #ef9a9a;color:#e74c3c;font-weight:700}.AuthPage_loadingMessage__CqJSR{color:#607d8b;font-size:1em;margin-top:15px}.AuthPage_backButton__xxEmK{align-items:center;background-color:#6c757d;background-image:linear-gradient(45deg,#6c757d,#5a6268);border:none;border-radius:8px;box-shadow:0 2px 5px #00000026;color:#fff;cursor:pointer;display:flex;font-size:.9em;gap:5px;left:20px;padding:10px 15px;position:absolute;top:20px;transition:all .3s ease}.AuthPage_backButton__xxEmK:hover{background-color:#5a6268;background-image:linear-gradient(45deg,#5a6268,#495057);box-shadow:0 4px 8px #0003;transform:translateY(-1px)}@media (max-width:768px){.AuthPage_authContainer__vps9T{border-radius:12px;box-shadow:0 6px 20px #00000026;margin:30px auto;padding:20px}.AuthPage_authTitle__p1V0a{font-size:2em;margin-bottom:20px}.AuthPage_modeToggleContainer__MCbTu{flex-direction:row;margin-bottom:20px;max-width:none;width:90%}.AuthPage_modeButton__QEJAE{flex:1 1;font-size:1em;padding:10px 15px}.AuthPage_formGroup__wWh7-{margin-bottom:15px;width:90%}.AuthPage_label__6qcKO{font-size:.9em}.AuthPage_input__-Klwf{font-size:1em;padding:10px 12px}.AuthPage_submitButton__40xy4{font-size:1.1em;margin-top:10px;padding:12px 25px;width:90%}.AuthPage_errorMessage__uE5RZ,.AuthPage_message__Fybb-{font-size:.9em;padding:10px 15px;width:90%}.AuthPage_backButton__xxEmK{font-size:.8em;left:15px;padding:8px 12px;top:15px}}
/*# sourceMappingURL=main.d4a56744.css.map*/