.GameField_fieldContainer__lRBrF{grid-area:field;position:relative;justify-self:center;width:100%;height:auto;margin:-47px 0 auto;background:rgba(0,0,0,0);border-radius:1rem;display:flex;justify-content:center;align-items:center;z-index:4}.GameField_fieldContainerOuter__uVTwY{display:flex;flex-direction:column;justify-content:center;align-items:center}.GameField_fieldContainerInner__pefvJ{display:flex;justify-content:center;align-items:center;gap:.5rem}.GameField_fieldContent__EtRws{position:relative;display:flex;flex-direction:column;align-items:center;gap:.25rem}.GameField_name__UmlCI{color:#fff;font-size:.9rem;text-align:center;line-height:1}.GameField_card__rm4Jl{position:relative;transition:transform .2s ease;width:var(--card-width);height:var(--card-height);background:var(--color-white);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);font-size:var(--font-size-lg);font-weight:700;box-shadow:var(--shadow-card)}.GameField_rank__GZg90{font-size:var(--font-size-xl);line-height:1}.GameField_suit__NJt9q{font-size:var(--font-size-xxl);line-height:1}.GameField_redSuit__h2xQo{color:#d40000}.GameField_blackSuit__mpwiv{color:#212121}.GameField_joker__YTLMo{color:purple}.GameField_jokerRank__o9wGz{writing-mode:vertical-rl;text-orientation:upright;font-size:var(--font-size-base);letter-spacing:-1px;margin-left:var(--spacing-xs);font-weight:700;color:purple}.GameField_baseSuitSelection__kQ8gL{display:flex;flex-direction:column;justify-content:center;border:1px solid #fff;padding:10px;align-items:center;border-radius:10px;z-index:10}.GameField_baseSuitSelection__kQ8gL h3{color:#fff;margin-bottom:15px;text-align:center;white-space:nowrap}.GameField_suitButtons__gbGwB{display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:center}.GameField_suitButtons__gbGwB button:hover{transform:scale(1.1);box-shadow:0 0 10px hsla(0,0%,100%,.5)}.GameField_suitButtons__gbGwB button{padding:10px;border-radius:5px;font-size:32px;cursor:pointer;border:1px solid #fff;transition:all .3s ease;min-width:50px;height:50px;display:flex;justify-content:center;align-items:center}.GameField_suitButtons__gbGwB button[onClick*=♥],.GameField_suitButtons__gbGwB button[onClick*=♦]{color:red}.GameField_suitButtons__gbGwB button[onClick*=♠],.GameField_suitButtons__gbGwB button[onClick*=♣]{color:#000}.GameField_suitButtons__gbGwB button.GameField_selectedSuit__7jHHk{background:#fff}.GameField_suitButtons__gbGwB button.GameField_selectedSuit__7jHHk.GameField_redSuit__h2xQo{color:red}.GameField_suitButtons__gbGwB button.GameField_selectedSuit__7jHHk.GameField_blackSuit__mpwiv{color:#000}.GameField_completedFieldCard__BauaO .GameField_rank__GZg90{writing-mode:vertical-rl;text-orientation:upright;font-size:8px;letter-spacing:-1px;color:purple}@media(max-width:768px){.GameField_card__rm4Jl{width:54px;height:72px;padding:.3rem}.GameField_rank__GZg90{font-size:1.5rem;line-height:1;margin-bottom:0;letter-spacing:-1px}.GameField_suit__NJt9q{font-size:1.8rem;line-height:1}.GameField_card__rm4Jl.GameField_selected__9zs_u,.GameField_card__rm4Jl:hover{transform:translateY(-20px) rotate(0deg) scale(1.1)!important;z-index:var(--z-index-card);margin:0 var(--spacing-md);transition:all .3s ease-in-out}.GameField_jokerRank__o9wGz{writing-mode:vertical-rl;text-orientation:upright;font-size:14px;letter-spacing:-3px;margin-left:var(--spacing-xs);font-weight:700;color:purple}.GameField_fieldContainer__lRBrF{width:100%;height:100%;margin:20px auto 0}.GameField_fieldContainerInner__pefvJ{gap:.3rem}.GameField_fieldContent__EtRws{position:relative;display:flex;flex-direction:column;align-items:center;gap:.3rem}}.GameInfo_gameInfoContainer__Lz5F2{display:flex;justify-content:space-between;align-items:center;padding:16px 32px}.GameInfo_gameInfoContent__678nM{display:flex;flex-direction:column;gap:var(--spacing-md)}.GameInfo_gameInfoTrumpText__SxFH7{color:#fff;font-weight:700;font-size:1.1rem}.GameInfo_gameInfoScores__ST9nd{display:flex;gap:var(--spacing-md)}.GameInfo_gameInfoScoreText0__6ufEE,.GameInfo_gameInfoScoreText1__qYJSp{font-weight:700;font-size:1.1rem}.GameInfo_leaveButton__924iO{color:#000;background-color:hsla(0,0%,100%,.8);border:none;padding:8px 16px;border-radius:4px;width:fit-content;height:fit-content;cursor:pointer}@media(max-width:768px){.GameInfo_gameInfoContainer__Lz5F2{padding:8px 12px}}.ConfirmModal_overlay__MiFX2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.ConfirmModal_modal__KdA1q{background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:400px;width:90%;max-height:90vh;overflow:auto}.ConfirmModal_header__7Wlwp{padding:20px;border-bottom:1px solid #e5e7eb}.ConfirmModal_title__sOkPp{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.ConfirmModal_content__mjfFH{padding:20px}.ConfirmModal_message__DxzgK{margin:0;font-size:1rem;color:#374151;line-height:1.5}.ConfirmModal_actions___kAqb{padding:20px;display:flex;gap:12px;justify-content:flex-end;border-top:1px solid #e5e7eb}.ConfirmModal_cancelButton__zsuzn,.ConfirmModal_confirmButton__T4m5D{padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.ConfirmModal_cancelButton__zsuzn{background:#f3f4f6;color:#374151}.ConfirmModal_cancelButton__zsuzn:hover{background:#e5e7eb}.ConfirmModal_confirmButton__T4m5D{background:#3b82f6;color:#fff}.ConfirmModal_confirmButton__T4m5D:hover{background:#2563eb}.GameTable_playerPositions__aVLSr{position:relative;display:grid;grid-template-areas:".    top     ." "left field right" ".    bottom  .";grid-template-columns:300px 120px 300px;grid-template-rows:180px 65px 400px;gap:var(--spacing-lg);justify-content:center}@media(max-width:768px){.GameTable_playerPositions__aVLSr{grid-template-columns:140px 75px 140px;grid-template-rows:0 150px 435px;gap:var(--spacing-md);margin-top:90px}}.NegriCard_negriCardDisplay__FWW8C,.NegriCard_negriField__ddn2Q{display:flex;align-items:center;justify-content:center}.NegriCard_negriField__ddn2Q{background:hsla(0,0%,100%,.1);border-radius:.5rem}.NegriCard_negriCard__999bN{width:2rem;height:3rem}.NegriCard_cardFaceDown__MlthJ{width:2rem;height:3rem;margin:0 -15px;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.2);background:linear-gradient(45deg,#1a237e,#283593);font-size:1.5rem;border-radius:.25rem}.Card_card__Og35w,.NegriCard_cardFaceDown__MlthJ{display:flex;flex-direction:column;transition:transform .2s ease}.Card_card__Og35w{width:1.8rem;height:2.5rem;background:#fff;border-radius:4px;align-items:flex-start;padding:2px;font-size:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.2);margin:0 -10px}.Card_card__Og35w:hover{transform:translateY(-4px) scale(1.1);z-index:1}.Card_rank__roTdR{font-weight:700;line-height:1}.Card_suit__49q_E{font-size:1rem;line-height:1}.Card_redSuit__EpajZ{color:red}.Card_blackSuit__whMQp{color:#000}.Card_jokerRank__sawDw{writing-mode:vertical-rl;text-orientation:upright;font-size:.4rem;letter-spacing:-1px;margin-left:2px;font-weight:700;color:purple}@media(max-width:768px){.Card_card__Og35w{width:1.5rem;height:2.25rem;font-size:.8rem;padding:1px;margin:0 -8px}.Card_suit__49q_E{font-size:1rem}.Card_jokerRank__sawDw{font-size:.4rem;margin-left:1px}}.CompletedFields_completedFieldsContainer__aehPu{display:flex;flex-wrap:wrap;gap:0 12px;background:rgba(0,0,0,.2);border-radius:8px;margin-top:16px;padding:8px 16px;width:526px}.CompletedFields_completedField__n0hT1{flex:0 0 calc(20% - 9.6px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;border-radius:4px;padding:8px}.CompletedFields_winnerName__f2pey{font-size:.75rem;color:#fff;text-align:center;padding:4px;background:rgba(0,0,0,.2);border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:70px}.CompletedFields_cards__XiStR{display:flex;gap:4px;justify-content:center}@media(max-width:768px){.CompletedFields_completedFieldsContainer__aehPu{gap:8px;padding:8px;width:300px}.CompletedFields_completedField__n0hT1{flex:0 0 calc(33.333% - 5.33px)}.CompletedFields_winnerName__f2pey{font-size:.7rem;padding:2px}.CompletedFields_cards__XiStR{gap:2px}}.PlayerAvatar_playerAvatar__SENNW{display:flex;flex-direction:column;align-items:center;gap:4px}.PlayerAvatar_avatarContainer__6UuBk{position:relative;border-radius:8px;overflow:hidden;border:1px solid hsla(0,0%,100%,.3);transition:all .2s ease;width:100%;aspect-ratio:1}.PlayerAvatar_avatarImage__lc_Ff{width:100%!important;height:100%!important;object-fit:cover;display:block}.PlayerAvatar_playerName___cwcg{font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px;color:#fff;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.7)}.PlayerAvatar_small__rA14c .PlayerAvatar_avatarContainer__6UuBk{width:32px;height:32px}.PlayerAvatar_small__rA14c .PlayerAvatar_playerName___cwcg{font-size:12px;max-width:60px}.PlayerAvatar_medium__BEOQL .PlayerAvatar_avatarContainer__6UuBk{width:64px;height:64px}.PlayerAvatar_medium__BEOQL .PlayerAvatar_playerName___cwcg{font-size:14px;max-width:100px}.PlayerAvatar_large__K5dD8 .PlayerAvatar_avatarContainer__6UuBk{width:64px;height:64px}.PlayerAvatar_large__K5dD8 .PlayerAvatar_playerName___cwcg{font-size:16px;max-width:120px}.PlayerHand_handContainer__sSB0k,.PlayerHand_otherPlayerHandContainer__bHi7Q{display:flex;justify-content:center;align-items:center;perspective:1000px;width:100%;padding:1rem}.PlayerHand_otherPlayerHandContainer__bHi7Q{margin-left:20px}.PlayerHand_card__EP2tV{flex-shrink:0;margin:0 var(--card-overlap);transition:var(--transition-card);transform-origin:bottom center;position:relative;cursor:pointer;transform:none!important;width:var(--card-width);height:var(--card-height);background:var(--color-white);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);font-size:var(--font-size-lg);font-weight:700;box-shadow:var(--shadow-card)}.PlayerHand_cardFaceDown__jFJpl{background:linear-gradient(45deg,#1a237e,#283593);width:2rem;height:3rem;font-size:1.5rem;border-radius:.25rem;display:flex;justify-content:center;align-items:center;margin-left:-15px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.PlayerHand_redSuit__lNpB7{color:#d40000}.PlayerHand_blackSuit__c2lVM{color:#212121}.PlayerHand_negriCard__Zzlhy{color:#4caf50}.PlayerHand_joker__V5TR1{color:purple}.PlayerHand_negriLabel__1e_Tk{color:#4caf50}.PlayerHand_jokerRank__SZroF{writing-mode:vertical-rl;text-orientation:upright;font-size:var(--font-size-base);letter-spacing:-1px;margin-left:var(--spacing-xs);font-weight:700;color:purple}.PlayerHand_rank__ScOoZ{font-size:var(--font-size-xl);font-weight:700;line-height:1;margin-bottom:var(--spacing-xs)}.PlayerHand_suit__AUM_n{font-size:var(--font-size-xxl);line-height:1}.PlayerHand_card__EP2tV.PlayerHand_selected__zjxu8,.PlayerHand_card__EP2tV:hover{transform:translateY(-50px) rotate(0deg) scale(1.1)!important;z-index:var(--z-index-card);margin:0 var(--spacing-md);transition:all .3s ease-in-out}.PlayerHand_card__EP2tV.PlayerHand_selected__zjxu8{z-index:calc(var(--z-index-card) + 5);box-shadow:var(--shadow-selected);transition:all .3s ease-in-out}.PlayerHand_joker__V5TR1 .PlayerHand_rank__ScOoZ{writing-mode:vertical-rl;text-orientation:upright;font-size:var(--font-size-base);letter-spacing:-1px;margin-left:var(--spacing-xs);font-weight:700;color:purple}.PlayerHand_playerInfo__9N1P1{position:relative;display:flex;flex-direction:column;align-items:center;padding:var(--spacing-sm);border-radius:var(--radius-sm);margin-bottom:var(--spacing-sm);background:rgba(0,0,0,0)}.PlayerHand_playerInfoGroup__zY71B{display:flex;align-items:center;justify-content:center;gap:40px}.PlayerHand_playerInfoContainer__0JtGA{display:flex;flex-direction:column;gap:var(--spacing-xs);align-items:center;justify-content:center;background:rgba(107,52,25,.9);border:2px solid #4a2410;border-radius:8px;padding:4px;min-width:120px;backdrop-filter:blur(2px)}.PlayerHand_playerAvatar__Mm4VR{width:calc(100% - 8px)}.PlayerHand_currentTurn__EZ0Ch{border:2px solid gold!important;box-shadow:0 0 8px rgba(255,215,0,.6)!important;transition:all .3s ease}.PlayerHand_playerName__0fjHP{white-space:nowrap;overflow-x:auto;overflow-y:hidden;text-overflow:ellipsis;max-width:100px;font-size:var(--font-size-base);color:var(--color-white);scrollbar-width:none;-ms-overflow-style:none}.PlayerHand_playerName__0fjHP::-webkit-scrollbar{display:none}.PlayerHand_cardCount__2JY4g{font-size:11px;color:hsla(0,0%,100%,.8);background:rgba(0,0,0,.4);padding:.15rem .4rem;border-radius:10px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5)}.PlayerHand_selectNegriCard__plNHv{font-size:var(--font-size-sm);color:hsla(0,0%,100%,.8)}.PlayerHand_agariCardContainer__O9_F7{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.PlayerHand_agariLabel__R_pEd{color:#4caf50;font-weight:700;font-size:.9rem}.PlayerHand_brokenButton__Y7Jwv{position:absolute;top:46px;right:-86px;background-color:#dc2626;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:700;margin-top:.5rem;cursor:pointer;transition:all .2s ease;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.PlayerHand_brokenButton__Y7Jwv:hover{background-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 6px rgba(0,0,0,.2)}.PlayerHand_brokenButton__Y7Jwv:active{transform:translateY(1px);box-shadow:0 1px 2px rgba(0,0,0,.2)}.PlayerHand_playerPosition__i_75X{display:flex;flex-direction:column;align-items:center;justify-content:center}.PlayerHand_playerPosition__i_75X.PlayerHand_top__fAbnA{grid-area:top;align-self:center;justify-self:center}.PlayerHand_playerPosition__i_75X.PlayerHand_bottom__OCORM{grid-area:bottom;align-self:center;justify-self:center}.PlayerHand_playerPosition__i_75X.PlayerHand_left__WAcJA{grid-area:left;align-self:center;justify-self:center}.PlayerHand_playerPosition__i_75X.PlayerHand_right__DPMwI{grid-area:right;align-self:center;justify-self:center}.PlayerHand_selected__zjxu8{transform:translateY(-10px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.PlayerHand_card__EP2tV.PlayerHand_playable__mio8_{cursor:pointer}.PlayerHand_card__EP2tV.PlayerHand_unplayable__bdPqb{cursor:not-allowed;background:#f0f0f0;filter:brightness(.95) contrast(.9)}@media(max-width:768px){.PlayerHand_card__EP2tV{width:54px;height:72px;padding:.3rem}.PlayerHand_rank__ScOoZ{font-size:1.5rem;line-height:1;margin-bottom:0;letter-spacing:-1px}.PlayerHand_suit__AUM_n{font-size:1.8rem;line-height:1}.PlayerHand_card__EP2tV.PlayerHand_selected__zjxu8,.PlayerHand_card__EP2tV:hover{transform:translateY(-20px) rotate(0deg) scale(1.1)!important;z-index:var(--z-index-card);margin:0 var(--spacing-md);transition:all .3s ease-in-out}.PlayerHand_jokerRank__SZroF{writing-mode:vertical-rl;text-orientation:upright;font-size:14px;letter-spacing:-3px;margin-left:var(--spacing-xs);font-weight:700;color:purple}.PlayerHand_playerInfoGroup__zY71B{gap:30px}.PlayerHand_handContainer__sSB0k{padding:.5rem}.PlayerHand_otherPlayerHandContainer__bHi7Q{padding:.5rem;margin-left:15px}.PlayerHand_cardFaceDown__jFJpl{width:1.5rem;height:2rem;font-size:1.2rem;border-radius:.25rem}.PlayerHand_playerInfoContainer__0JtGA{min-width:80px;border-radius:var(--radius-md)}.PlayerHand_currentTurn__EZ0Ch{border:1px solid var(--color-gold);box-shadow:0 0 8px var(--color-gold)}.PlayerHand_playerName__0fjHP{max-width:80px;font-size:var(--font-size-base);color:var(--color-white)}.PlayerHand_cardCount__2JY4g{font-size:14px;color:hsla(0,0%,100%,.9);background:rgba(0,0,0,.2);padding:.15rem .5rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1)}.PlayerHand_confirmationButtons__QbXcV{bottom:-25px}}.PlayAndCancelBtn_confirmationButtons__4qaOW{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);display:flex;gap:24px;margin-top:16px;padding:8px}.PlayAndCancelBtn_confirmButton__p9swp{padding:8px 16px;background-color:#66bb6a;color:#fff;border:2px solid #4a2410;border-radius:4px;cursor:pointer;font-weight:700}.PlayAndCancelBtn_confirmButton__p9swp:hover{background-color:#5cb85c}.PlayAndCancelBtn_cancelButton__oU2rv{padding:8px 16px;background-color:#d32f2f;color:#fff;border:2px solid #4a2410;border-radius:4px;cursor:pointer;font-weight:700}.PlayAndCancelBtn_cancelButton__oU2rv:hover{background-color:#b71c1c}.BlowControls_blowControlsContainer__kLF7u{position:fixed;top:30%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:var(--spacing-lg);z-index:99;backdrop-filter:blur(8px);flex-direction:column;background:hsla(0,0%,100%,.1);padding:var(--spacing-xl);border-radius:var(--border-radius-lg);border:1px solid hsla(0,0%,100%,.2);box-shadow:var(--shadow-lg);max-width:90vw}.BlowControls_content__nQGTd{max-width:64rem;margin:0 auto}.BlowControls_title__VRlFX{margin-bottom:1rem}.BlowControls_currentTurn__rUFDS{display:inline-block;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem}.BlowControls_currentTurn__rUFDS.BlowControls_active__4rAsg{background-color:#059669;color:#fff}.BlowControls_currentTurn__rUFDS.BlowControls_inactive__sHnW0{background-color:#374151;color:#fff}.BlowControls_controlsRow__up3k5,.BlowControls_controls__r4cwf{display:flex;flex-direction:column}.BlowControls_controlsRow__up3k5{gap:.5rem}.BlowControls_input__FdRkw,.BlowControls_select__A5BA7{border:1px solid #e5e7eb;border-radius:.25rem;padding:4px 8px;background-color:#fff;color:#000;width:100%}.BlowControls_input__FdRkw{font-size:16px;text-indent:5px}.BlowControls_buttonGroup__l47eo{display:flex;gap:.5rem}.BlowControls_button__NXL0B{flex:1;padding:.5rem 1rem;border-radius:.25rem;font-weight:700;color:#fff;cursor:pointer;transition:all .3s;border:1px solid #4a2410}.BlowControls_button__NXL0B:disabled{opacity:.5}.BlowControls_declareButton__5cpq1{background-color:#3b82f6}.BlowControls_declareButton__5cpq1:hover{background-color:#1d4ed8}.BlowControls_passButton__5GXbc{background-color:#6b7280}.BlowControls_passButton__5GXbc:hover{background-color:#4b5563}.BlowControls_declarations__oDOSG{margin-top:1rem}.BlowControls_declarationList__N6LYd{display:flex;flex-direction:column;gap:.5rem;max-height:8rem;overflow-y:auto}.BlowControls_declarationItem__wd6A0{background-color:#fff;color:#000;padding:4px 8px;border-radius:.25rem;font-size:.875rem}.BlowControls_declarationItem__wd6A0.BlowControls_pass__f8eWM{background-color:#6b7280}.BlowControls_declarationItem__wd6A0.BlowControls_highest__NyAdV{border:2px solid #facc15;box-shadow:0 0 10px 0 rgba(250,204,21,.5)}@media(max-width:768px){.BlowControls_blowControlsContainer__kLF7u{top:25%;padding:1rem;max-width:90%}.BlowControls_select__A5BA7{font-size:16px}}@keyframes BlowControls_pulse__f2GvI{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.BlowControls_animate-slide-in__hmB4s{animation:BlowControls_slideIn__m4L48 .5s ease-out}@keyframes BlowControls_slideIn__m4L48{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.Notification_notification__N6oBp{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:1000;text-align:center;padding:12px 24px;border-radius:8px;font-weight:500;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);animation:Notification_slideIn__nmINV .3s ease-out,Notification_fadeOut__8BqDv .3s ease-in 2.7s;max-width:90%;width:auto;min-width:300px;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;gap:8px;background-color:hsla(0,0%,100%,.95);color:#000}.Notification_success__oKKe2{color:#2e7d32;border:2px solid #4caf50}.Notification_error__htL5k{color:#c62828;border:2px solid #f44336}.Notification_warning__vbKBn{color:#ef6c00;border:2px solid #ff9800}@keyframes Notification_slideIn__nmINV{0%{transform:translate(-50%,-100%);opacity:0}to{transform:translate(-50%);opacity:1}}@keyframes Notification_fadeOut__8BqDv{0%{opacity:1}to{opacity:0}}.Notification_success__oKKe2:before{content:"✓";font-size:1.2em;color:#4caf50}.Notification_error__htL5k:before{content:"✕";font-size:1.2em;color:#f44336}.Notification_warning__vbKBn:before{content:"!";font-size:1.2em;font-weight:700;color:#ff9800}@media(max-width:768px){.Notification_notification__N6oBp{min-width:auto;width:90%;padding:10px 20px;font-size:.9em}}.AuthForm_container__iqbiF{width:100%;max-width:28rem;margin:0 auto}.AuthForm_card__6ufv8{background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.3);border-radius:1rem;padding:2rem 1rem}.AuthForm_title__1vCyK{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#333}.AuthForm_form__nJTIS{gap:1rem}.AuthForm_fieldGroup__tcQPr,.AuthForm_form__nJTIS{display:flex;flex-direction:column}.AuthForm_label__FH2TL{display:block;font-size:.9rem;font-weight:500;color:#374151;margin-bottom:.25rem}.AuthForm_input__Us_K_{margin-top:.25rem;display:block;width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.15);font-size:1rem;transition:all .3s ease}.AuthForm_input__Us_K_:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.AuthForm_input__Us_K_:disabled{opacity:.5;cursor:not-allowed;background-color:#f9fafb}.AuthForm_helperText__H6iYO{margin-top:.25rem;font-size:.7rem;color:#6b7280}.AuthForm_error__PyNCJ{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.5rem 1rem;border-radius:8px;font-size:.9rem}.AuthForm_success__Ci_Wb{background-color:#f0f9ff;border:1px solid #bae6fd;color:#0369a1;padding:.5rem 1rem;border-radius:8px;font-size:.9rem}.AuthForm_submitButton__bo2rG{width:100%;display:flex;justify-content:center;padding:.5rem 1rem;border:none;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.15);font-size:.9rem;font-weight:500;color:#fff;background-color:#2196f3;cursor:pointer;transition:all .3s ease}.AuthForm_submitButton__bo2rG:hover:not(:disabled){background-color:#1976d2;box-shadow:0 5px 8px rgba(0,0,0,.25)}.AuthForm_submitButton__bo2rG:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.5)}.AuthForm_submitButton__bo2rG:disabled{opacity:.5;cursor:not-allowed}.AuthForm_alternativeAuth__WnOCP{margin-top:2rem}.AuthForm_alternativeAuth__WnOCP .AuthForm_divider__CjsIl{display:flex;align-items:center;margin:2rem 0}.AuthForm_alternativeAuth__WnOCP .AuthForm_divider__CjsIl:after,.AuthForm_alternativeAuth__WnOCP .AuthForm_divider__CjsIl:before{content:"";flex:1;height:1px;background:#e5e7eb}.AuthForm_alternativeAuth__WnOCP .AuthForm_divider__CjsIl span{padding:0 1rem;color:#6b7280;font-size:.9rem}.AuthForm_magicLinkButton__whmyi,.AuthForm_resetButton___tg1K{width:100%;display:flex;justify-content:center;padding:.5rem 1rem;margin-bottom:.5rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.AuthForm_magicLinkButton__whmyi:hover:not(:disabled),.AuthForm_resetButton___tg1K:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.AuthForm_magicLinkButton__whmyi:focus,.AuthForm_resetButton___tg1K:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1);border-color:#3b82f6}.AuthForm_magicLinkButton__whmyi:disabled,.AuthForm_resetButton___tg1K:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}.AuthForm_resetButton___tg1K{color:#6b7280;border:none;background:none}.AuthForm_resetButton___tg1K:hover:not(:disabled){color:#374151;background:#f3f4f6;border:1px solid #e5e7eb}.AuthForm_modeToggle__lbIv7{margin-top:1rem;text-align:center}.AuthForm_modeToggleButton__DupBe{font-size:.9rem;color:#2196f3;background:none;border:none;cursor:pointer;text-decoration:none;transition:all .3s ease}.AuthForm_modeToggleButton__DupBe:hover{color:#1976d2;text-decoration:underline}.AuthForm_modeToggleButton__DupBe:focus{outline:none;text-decoration:underline}.AuthModal_overlay__eONrF{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:40}.AuthModal_modal__MxeWG{background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.3);max-width:28rem;width:100%;max-height:90vh;overflow-y:auto}.AuthModal_header__XUVxW{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb}.AuthModal_title__S6M4a{font-size:2rem;font-weight:700;color:#111827;margin:0}.AuthModal_closeButton__Mqdsp{background:none;border:none;color:#9ca3af;font-size:1.5rem;font-weight:700;cursor:pointer;line-height:1;transition:all .3s ease}.AuthModal_closeButton__Mqdsp:hover{color:#6b7280}.AuthModal_closeButton__Mqdsp:focus{outline:none;color:#6b7280}.AuthModal_content__1hrb4{padding:1rem}.UserProfile_loadingContainer__QC6jE{display:flex;align-items:center;gap:.5rem}.UserProfile_loadingSpinner__I4KJQ{width:1rem;height:1rem;border:2px solid #2196f3;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:UserProfile_spin__g5nwp 1s linear infinite}@keyframes UserProfile_spin__g5nwp{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.UserProfile_loadingText__RRBR8{font-size:.9rem;color:#6b7280}.UserProfile_loginButton__edT0H{background-color:#2196f3;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.UserProfile_loginButton__edT0H:hover{background-color:#1976d2}.UserProfile_loginButton__edT0H:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.5)}.UserProfile_userContainer__jMFT1{display:flex;align-items:center;gap:.5rem}.UserProfile_avatarContainer___AnJ5{flex-shrink:0}.UserProfile_avatar__0vhkj{object-fit:cover}.UserProfile_avatarPlaceholder__P7Iii,.UserProfile_avatar__0vhkj{width:32px;height:32px;border-radius:50%;border:2px solid #2196f3}.UserProfile_avatarPlaceholder__P7Iii{background:linear-gradient(135deg,#2196F3,#1976D2);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;color:#fff}.UserProfile_profileLink__KGX_d{text-decoration:none;transition:all .3s ease;border-radius:8px;padding:.25rem;margin:-.25rem}.UserProfile_profileLink__KGX_d:hover{background-color:rgba(33,150,243,.1);transform:translateY(-1px)}.UserProfile_profileLink__KGX_d:active{transform:translateY(0)}.UserProfile_userInfo__cWV8V{display:flex;flex-direction:column}.UserProfile_displayName__TagxD{font-size:.9rem;font-weight:500;color:#111827}.UserProfile_stats__77WD2,.UserProfile_username__VpODi{font-size:.7rem;color:#6b7280}.UserProfile_statsRow__GtGa3{margin-bottom:2px}.UserProfile_signOutButton__hMagj{background-color:#6b7280;color:#fff;padding:.25rem .5rem;border:none;border-radius:8px;font-size:.7rem;font-weight:500;cursor:pointer;transition:all .3s ease}.UserProfile_signOutButton__hMagj:hover:not(:disabled){background-color:#374151}.UserProfile_signOutButton__hMagj:disabled{opacity:.5;cursor:not-allowed}.UserProfile_signOutButton__hMagj:focus{outline:none;box-shadow:0 0 0 3px rgba(107,114,128,.5)}.Navigation_navigation__G_2eA{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);border-bottom:1px solid #e5e7eb}.Navigation_container___F8Mu{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.Navigation_container___F8Mu{padding:0 2rem}}@media(min-width:1024px){.Navigation_container___F8Mu{padding:0 3rem}}.Navigation_content__6rvt8{justify-content:space-between;height:4rem}.Navigation_brandLink__vFTv5,.Navigation_brand__mkzNc,.Navigation_content__6rvt8{display:flex;align-items:center}.Navigation_brandLink__vFTv5{text-decoration:none;transition:all .3s ease}.Navigation_brandLink__vFTv5:hover{opacity:.8}.Navigation_brandLogo__22Oxr{height:28px;width:auto}@media(min-width:768px){.Navigation_brandLogo__22Oxr{height:32px}}.Navigation_brandTextLarge__FHbLy{font-family:Playfair Display,Georgia,serif;font-size:26px;font-weight:700;letter-spacing:.5px;fill:#111827}@media(min-width:768px){.Navigation_brandTextLarge__FHbLy{font-size:30px}}.Navigation_brandText__68jtF{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:500;letter-spacing:1px;fill:#374151}@media(min-width:768px){.Navigation_brandText__68jtF{font-size:26px}}.Navigation_desktopMenu__GCBDR{display:none;align-items:center;gap:1rem}@media(min-width:768px){.Navigation_desktopMenu__GCBDR{display:flex}}.Navigation_navLink__o5wuv{color:#374151;padding:.5rem;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s ease}.Navigation_navLink__o5wuv:hover{color:#111827;background-color:#f3f4f6}.Navigation_mobileMenuButton__CV131{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:32px;height:24px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;position:relative;z-index:1001}@media(min-width:768px){.Navigation_mobileMenuButton__CV131{display:none}}.Navigation_mobileMenuButton__CV131 span{display:block;width:24px;height:2px;background-color:#374151;transition:all .3s ease;position:absolute;left:0}.Navigation_mobileMenuButton__CV131 span:first-child{top:0}.Navigation_mobileMenuButton__CV131 span:nth-child(2){top:11px}.Navigation_mobileMenuButton__CV131 span:nth-child(3){bottom:0}.Navigation_mobileMenuButton__CV131.Navigation_active__jS9UN span:first-child{transform:translateY(11px) rotate(45deg);top:0}.Navigation_mobileMenuButton__CV131.Navigation_active__jS9UN span:nth-child(2){opacity:0}.Navigation_mobileMenuButton__CV131.Navigation_active__jS9UN span:nth-child(3){transform:translateY(-11px) rotate(-45deg);bottom:0}.Navigation_mobileOverlay__a8HuB{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999}@media(min-width:768px){.Navigation_mobileOverlay__a8HuB{display:none}}.Navigation_mobileMenu__jVugx{position:fixed;top:0;right:-300px;width:280px;height:100vh;background-color:#fff;box-shadow:-2px 0 5px rgba(0,0,0,.1);transition:right .3s ease;z-index:1000;overflow-y:auto}.Navigation_mobileMenu__jVugx.Navigation_open__4HRA6{right:0}@media(min-width:768px){.Navigation_mobileMenu__jVugx{display:none}}.Navigation_mobileMenuContent__TU8_t{padding:80px 1rem 1rem;display:flex;flex-direction:column;gap:.5rem}.Navigation_mobileNavLink__nYPgf{display:block;padding:1rem;color:#374151;text-decoration:none;font-size:1rem;font-weight:500;border-radius:8px;transition:all .3s ease;min-height:44px}.Navigation_mobileNavLink__nYPgf:hover{background-color:#f3f4f6;color:#111827}.Navigation_mobileUserProfile__BBdSH{padding:1rem;border-top:1px solid #e5e7eb;margin-top:1rem}.Navigation_langSwitcher__wlN4z{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;color:#374151;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.Navigation_langSwitcher__wlN4z:hover{background-color:#f3f4f6;border-color:#9ca3af}.Navigation_langSwitcherMobile__s0MgJ{display:block;padding:1rem;background-color:#f9fafb;color:#374151;text-decoration:none;font-size:1rem;font-weight:500;border-radius:8px;transition:all .3s ease;border:1px solid #e5e7eb;cursor:pointer;text-align:left}.Navigation_langSwitcherMobile__s0MgJ:hover{background-color:#f3f4f6;border-color:#d1d5db}.ProtectedRoute_loadingContainer__vR8VU{min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.ProtectedRoute_loadingContent__Ivsm3{display:flex;flex-direction:column;align-items:center;gap:1rem}.ProtectedRoute_loadingSpinner__YjIhM{width:2rem;height:2rem;border:2px solid #2196f3;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:ProtectedRoute_spin__U9vB3 1s linear infinite}@keyframes ProtectedRoute_spin__U9vB3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProtectedRoute_loadingText__8QRPP{color:#6b7280;font-size:1rem}.ProtectedRoute_authRequiredContainer__xHKWE{min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.ProtectedRoute_authRequiredContent__7rz8_{max-width:28rem;width:100%;display:flex;flex-direction:column;gap:2rem}.ProtectedRoute_authRequiredMessage__vhOmE{text-align:center}.ProtectedRoute_authRequiredTitle__nZLML{font-size:2.2rem;font-weight:700;color:#111827;margin:0 0 .5rem}.ProtectedRoute_authRequiredDescription___fE1z{margin-top:.5rem;color:#6b7280;font-size:1rem}.ProtectedRoute_authButtonContainer__K3pNR{display:flex;justify-content:center}.ProtectedRoute_authButton__MIt8N{background-color:#2196f3;color:#fff;padding:.5rem 2rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.15)}.ProtectedRoute_authButton__MIt8N:hover{background-color:#1976d2;box-shadow:0 5px 8px rgba(0,0,0,.25)}.ProtectedRoute_authButton__MIt8N:focus{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.5)}.Sidebar_sidebar__GGsJ1{position:fixed;left:0;top:70px;width:280px;height:calc(100vh - 70px);background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;z-index:100;box-sizing:border-box}@media(max-width:768px){.Sidebar_sidebar__GGsJ1{display:none}}.Sidebar_sidebarContent__h8x83{padding:3rem 2rem}.Sidebar_sidebarTitle__4oG_t{font-size:1.4rem;font-weight:600;color:#111827;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.Sidebar_sectionList__BgQCv{list-style:none;padding:0;margin:0}.Sidebar_sectionLink__mVuOI{display:block;width:100%;text-align:left;padding:.5rem 1rem;margin-bottom:2px;background:rgba(0,0,0,0);border:none;border-radius:4px;font-size:.9rem;color:#6b7280;cursor:pointer;transition:all .15s ease;font-weight:500}.Sidebar_sectionLink__mVuOI:hover{background:#f3f4f6;color:#374151}.Sidebar_sectionLink__mVuOI.Sidebar_active__7nOgG{background:#f3f4f6;color:#111827;font-weight:600}.RuleCard_ruleCard__tnf3q{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;margin-bottom:1rem}.RuleCard_ruleTitle__yYVYP{font-size:1.4rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4}.RuleCard_ruleDescription__lEQz6{font-size:1rem;line-height:1.6;color:#374151;margin-bottom:.5rem}.RuleCard_ruleExample__0YVFs{background:#f9fafb;border-radius:4px;padding:.5rem;margin-top:.5rem;border:1px solid #e5e7eb}.RuleCard_exampleLabel__9ySdl{font-weight:600;color:#374151;margin-right:.5rem}.RuleCard_exampleText__kKZNo{color:#6b7280}.TrumpHierarchy_trumpHierarchy__bsF18{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;margin-bottom:1rem}.TrumpHierarchy_title__k6BQo{font-size:1.4rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4}.TrumpHierarchy_simpleList__7XyYg{flex-wrap:wrap;justify-content:center;padding:1rem 0}.TrumpHierarchy_simpleList__7XyYg,.TrumpHierarchy_trumpRow__Ph6y4{display:flex;align-items:center;gap:.25rem}.TrumpHierarchy_strength__33yrM{background:#e5e7eb;color:#374151;font-weight:600;font-size:.9rem;padding:2px 6px;border-radius:3px}.TrumpHierarchy_trumpName__Ovjc8{display:flex;align-items:center;gap:4px;font-weight:500;font-size:1rem;color:#374151}.TrumpHierarchy_suit__RGhOF{font-size:1.4rem}.TrumpHierarchy_separator__kSAVQ{color:#9ca3af;font-weight:600;margin:0 .25rem}.TrumpHierarchy_note__9IgBr{text-align:center;color:#6b7280;font-size:.9rem;margin-top:1rem;margin-bottom:0}@media(max-width:768px){.TrumpHierarchy_simpleList__7XyYg{flex-direction:column;align-items:flex-start}.TrumpHierarchy_separator__kSAVQ{display:none}}.ExampleCard_exampleCard__tRW2k{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;margin-bottom:1rem}.ExampleCard_scenario__kr1nb{margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #e5e7eb}.ExampleCard_scenarioLabel__rDa3_{font-weight:600;color:#374151;margin-right:.5rem}.ExampleCard_scenarioText__NZIne{color:#6b7280;font-size:1rem}.ExampleCard_cards__7zw6s{display:flex;gap:.5rem;margin:1rem 0;flex-wrap:wrap}.ExampleCard_card__9EVjC{padding:.5rem 1rem;background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;font-weight:500;font-size:.9rem;color:#374151}.ExampleCard_declaration___HmqP{background:#f3f4f6;border-radius:4px;padding:1rem;margin:1rem 0;border:1px solid #e5e7eb}.ExampleCard_declarationLabel__7HxZR{font-weight:600;color:#374151;margin-right:.5rem}.ExampleCard_declarationValue__nLcN3{font-size:1rem;font-weight:600;color:#111827}.ExampleCard_explanation__N_R5M{color:#4b5563;line-height:1.6;margin-top:1rem;font-size:1rem}.InteractiveDemo_interactiveDemo__as7Vd{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;margin-bottom:1rem}.InteractiveDemo_title__OfiVT{font-size:1.4rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4}.InteractiveDemo_description__3u4k6{color:#6b7280;margin-bottom:1rem;font-size:1rem;line-height:1.6}.InteractiveDemo_demoContent___Evt0{background:#f9fafb;border-radius:4px;padding:1rem;border:1px solid #e5e7eb}.InteractiveDemo_scenario__r7lE2{margin-bottom:2rem}.InteractiveDemo_currentDeclaration__xJGI4{font-size:1rem;color:#374151;margin-bottom:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.InteractiveDemo_currentDeclaration__xJGI4 strong{color:#2196f3;font-size:1.4rem}.InteractiveDemo_prompt__pr65t{font-weight:600;color:#1976d2;margin-bottom:1rem}.InteractiveDemo_options__31qeG{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.InteractiveDemo_optionButton__sOYN3{padding:1rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease}.InteractiveDemo_optionButton__sOYN3:hover:not(:disabled){border-color:#9ca3af;background:#f9fafb}.InteractiveDemo_optionButton__sOYN3:disabled{cursor:not-allowed}.InteractiveDemo_optionButton__sOYN3.InteractiveDemo_correct__Xmrj2{background:#10b981;color:#fff;border-color:#059669}.InteractiveDemo_optionButton__sOYN3.InteractiveDemo_incorrect__pCB26{background:#ef4444;color:#fff;border-color:#dc2626}.InteractiveDemo_feedback__z2qZr{padding:1rem;background:#f3f4f6;border-radius:4px;margin-bottom:1rem;border:1px solid #e5e7eb}.InteractiveDemo_feedback__z2qZr p{margin:0;color:#374151;font-weight:500}.InteractiveDemo_controls__m_Hdw{display:flex;justify-content:center;gap:1rem}.InteractiveDemo_nextButton__WMDpz,.InteractiveDemo_resetButton__L_cEz{padding:.5rem 2rem;background:#374151;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease}.InteractiveDemo_nextButton__WMDpz:hover,.InteractiveDemo_resetButton__L_cEz:hover{background:#1f2937}.InteractiveDemo_resetButton__L_cEz{background:#6b7280}.InteractiveDemo_resetButton__L_cEz:hover{background:#4b5563}@keyframes InteractiveDemo_correctPulse__pyPTG{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes InteractiveDemo_incorrectShake__cWTIz{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.TipCard_tipCard__0wlRH{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;margin-bottom:1rem}.TipCard_tipTitle__7B8wG{font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:.5rem;line-height:1.4}.TipCard_tipIcon__9UGWi{display:none}.TipCard_tipList__eU5FY{list-style:none;padding:0;margin:0}.TipCard_tipItem__0PDev{color:#4b5563;font-size:1rem;line-height:1.6;padding:.5rem 0 .5rem 2rem;position:relative}.TipCard_tipItem__0PDev:before{content:"•";position:absolute;left:0;color:#6b7280;font-weight:400}.TipCard_tipItem__0PDev:not(:last-child){margin-bottom:.25rem}.JackSystem_jackSystem__P1M2H{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;margin-bottom:1rem}.JackSystem_title__Jn4_I{font-size:2rem;font-weight:600;color:#111827;margin-bottom:1rem;line-height:1.4}.JackSystem_explanation__gCfN8{background:#f9fafb;border-radius:4px;padding:1rem;margin-bottom:2rem;border:1px solid #e5e7eb}.JackSystem_explanation__gCfN8 p{margin-bottom:1rem;color:#374151;font-size:1rem;line-height:1.6}.JackSystem_explanation__gCfN8 ul{margin:0;padding-left:2rem}.JackSystem_explanation__gCfN8 ul li{margin-bottom:.5rem;color:#374151;font-size:1rem;line-height:1.6}.JackSystem_explanation__gCfN8 ul li strong{color:#111827;font-weight:600}.JackSystem_trumpExamples__5PjMd{display:grid;gap:2rem;margin-bottom:3rem}.JackSystem_trumpExample__oOC0E{background:#fff;border-radius:4px;overflow:hidden;border:1px solid #e5e7eb}.JackSystem_trumpHeader__9q8xT{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:#f3f4f6;color:#374151;font-weight:600;border-bottom:1px solid #e5e7eb}.JackSystem_trumpIcon__OJd8j{font-size:1.4rem}.JackSystem_trumpLabel__zNtqt{font-size:1rem}.JackSystem_jackCards__wGYSg{display:flex;justify-content:center;gap:2rem;padding:2rem;background:#fff}.JackSystem_jackCard__788OA{background:#f9fafb;border-radius:4px;padding:1rem;border:1px solid #d1d5db;min-width:120px}.JackSystem_cardHeader__eDV_m{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.JackSystem_jackRank__AdCaz{background:#e5e7eb;color:#374151}.JackSystem_jackRank__AdCaz,.JackSystem_jackStrength__u_OM1{padding:2px 6px;border-radius:3px;font-size:.7rem;font-weight:600}.JackSystem_jackStrength__u_OM1{background:#6b7280;color:#fff}.JackSystem_cardBody__uU1_W{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin:1rem 0}.JackSystem_cardSuit__lOMiJ{font-size:2rem}.JackSystem_cardValue__VYqnO{font-size:1.4rem;font-weight:700;color:#333}.JackSystem_cardLabel__LrxA8{text-align:center;font-size:.9rem;color:#6b7280;font-weight:500}.JackSystem_strengthOrder__qidj6{padding:1rem;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:.9rem;text-align:center}.JackSystem_strengthOrder__qidj6 span:first-child{font-weight:600;color:#374151;margin-right:.5rem}.JackSystem_orderText__w1bFh{color:#6b7280;font-family:monospace}.JackSystem_traException___8gc_{background:#f8fafc;border-radius:4px;padding:2rem;border:1px solid #cbd5e1;margin-top:2rem}.JackSystem_exceptionHeader__YVd4o{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.JackSystem_exceptionIcon__iFpXZ{display:none}.JackSystem_exceptionTitle__evI0O{font-size:1.4rem;font-weight:600;color:#374151}.JackSystem_traException___8gc_ p{margin:0;color:#4b5563;font-size:1rem;line-height:1.6}@media(max-width:768px){.JackSystem_jackCards__wGYSg{flex-direction:column;align-items:center;gap:1rem}.JackSystem_jackCard__788OA{min-width:100px}.JackSystem_trumpExamples__5PjMd{gap:1rem}}.ScoreCalculator_scoreCalculator__sfj5v{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;margin-bottom:1rem}.ScoreCalculator_title__yvdOe{font-size:2rem;font-weight:600;color:#111827;margin-bottom:.5rem;text-align:center;line-height:1.4}.ScoreCalculator_description__IlicW{text-align:center;color:#6b7280;margin-bottom:2rem;font-size:1rem;line-height:1.6}.ScoreCalculator_calculatorContent__eczfT{display:flex;flex-direction:column;gap:2rem}.ScoreCalculator_inputSection__4WJOE{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.ScoreCalculator_inputGroup__y6YAE{display:flex;flex-direction:column;gap:.5rem}.ScoreCalculator_label__16Jt8{font-weight:600;color:#374151;font-size:1rem;display:flex;flex-direction:column;gap:.25rem}.ScoreCalculator_input__MXZP5{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;width:120px;text-align:center;transition:border-color .15s ease}.ScoreCalculator_input__MXZP5:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 2px rgba(107,114,128,.1)}.ScoreCalculator_resultSection__RnCOc{display:flex;justify-content:center}.ScoreCalculator_resultCard__kgxKs{background:#f9fafb;border-radius:4px;padding:2rem;border:1px solid #e5e7eb;min-width:320px}.ScoreCalculator_resultCard__kgxKs.ScoreCalculator_success__jHf7B{border-color:#10b981;background:#f0fdf4}.ScoreCalculator_resultCard__kgxKs.ScoreCalculator_failure__uDYMc{border-color:#ef4444;background:#fef2f2}.ScoreCalculator_resultHeader__I4PpD{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ScoreCalculator_resultStatus__OhxIq{font-weight:600;font-size:1.4rem;color:#374151}.ScoreCalculator_resultScore__az1Mg{font-size:2rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;color:#fff}.ScoreCalculator_success__jHf7B .ScoreCalculator_resultScore__az1Mg{background:#10b981}.ScoreCalculator_failure__uDYMc .ScoreCalculator_resultScore__az1Mg{background:#ef4444}.ScoreCalculator_calculation__se4kr{background:#fff;border-radius:4px;padding:1rem;border:1px solid #e5e7eb}.ScoreCalculator_formula__tuXCw{display:flex;flex-direction:column;gap:.25rem;font-family:monospace;font-size:.9rem;color:#374151}.ScoreCalculator_formula__tuXCw span:last-child{font-weight:700;color:#111827;font-size:1rem}.ScoreCalculator_examplesSection__tzMwu{background:#fff;border-radius:4px;padding:2rem;border:1px solid #e5e7eb;margin-top:2rem}.ScoreCalculator_examplesTitle__AAipg{font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:1rem}.ScoreCalculator_examplesList___gL_W{display:flex;flex-direction:column;gap:.5rem}.ScoreCalculator_example__URkJA{background:#f9fafb;border-radius:4px;padding:1rem;border:1px solid #e5e7eb}.ScoreCalculator_exampleHeader__OaHA6{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.ScoreCalculator_exampleLabel__Mm6GZ{font-weight:500;color:#374151}.ScoreCalculator_exampleScore__65F49{font-weight:600;padding:2px 6px;border-radius:3px;font-size:.9rem}.ScoreCalculator_exampleScore__65F49.ScoreCalculator_positive__rhRn0{background:#10b981;color:#fff}.ScoreCalculator_exampleScore__65F49.ScoreCalculator_negative__p2Vtp{background:#ef4444;color:#fff}.ScoreCalculator_exampleDetail__4QZMQ{font-size:.9rem;color:#6b7280;font-family:monospace}.ScoreCalculator_tips__34STs{background:#fff;border-radius:4px;padding:2rem;border:1px solid #e5e7eb;margin-top:2rem}.ScoreCalculator_tipsTitle__yzeaF{font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:1rem}.ScoreCalculator_tipsList__a3sV_{margin:0;padding-left:2rem}.ScoreCalculator_tipsList__a3sV_ li{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:.25rem}.ScoreCalculator_tipsList__a3sV_ li:last-child{margin-bottom:0}@media(max-width:768px){.ScoreCalculator_inputSection__4WJOE{gap:1rem}.ScoreCalculator_resultCard__kgxKs{min-width:280px}.ScoreCalculator_resultHeader__I4PpD{flex-direction:column;gap:.25rem;text-align:center}.ScoreCalculator_exampleHeader__OaHA6{flex-direction:column;gap:.25rem;align-items:flex-start}}.ContentSection_section__mZgxR{margin-bottom:3rem;scroll-margin-top:2rem}.ContentSection_sectionTitle__MPeuB{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb;line-height:1.2}.ContentSection_sectionContent__lQLRw{display:flex;flex-direction:column;gap:2rem}.ContentSection_contentBlock__WVDH1{margin-bottom:2rem}.ContentSection_textBlock__TP54K{font-size:1rem;line-height:1.75;color:#374151}.ContentSection_textBlock__TP54K p{margin-bottom:1rem}.ContentSection_textBlock__TP54K h3{font-size:1.4rem;font-weight:600;color:#111827;margin:2rem 0 .5rem;line-height:1.4}.ContentSection_textBlock__TP54K h4{font-size:1rem;font-weight:600;color:#374151;margin:1rem 0 .5rem;line-height:1.4}.ContentSection_textBlock__TP54K strong{font-weight:600;color:#111827}.ContentSection_textBlock__TP54K ol,.ContentSection_textBlock__TP54K ul{margin:.5rem 0;padding-left:2rem}.ContentSection_textBlock__TP54K li{margin-bottom:.25rem}@keyframes ContentSection_fadeIn__4WrBg{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.TutorialWhitepaper_whitepaperContainer__VEY85{position:relative;background:#fff;min-height:100vh}.TutorialWhitepaper_mainContent__CHoQR{width:100%;padding:0 2rem}@media(max-width:768px){.TutorialWhitepaper_mainContent__CHoQR{padding:0}}.TutorialWhitepaper_contentWrapper__vg2Xc{max-width:900px;width:100%;margin:0 auto;padding:1rem 2rem;line-height:1.7;color:#374151}@media(max-width:768px){.TutorialWhitepaper_contentWrapper__vg2Xc{padding:0 1rem .5rem}}.page_container__slTNX{min-height:100vh;background:#fafafa}.page_main__4bOgb{margin-left:280px;padding:2rem 1rem;min-height:100vh}@media(max-width:768px){.page_main__4bOgb{margin-left:0;padding:1rem .5rem}}.page_header__hyJ5X{padding:2rem 0 1rem;border-bottom:1px solid #e5e7eb;margin-bottom:2rem;max-width:100%;overflow:hidden}.page_header__hyJ5X h1{font-size:2.25rem;font-weight:700;color:#111827;margin:0 0 .5rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.page_description__BaI88{font-size:1.4rem;color:#6b7280;margin:0;line-height:1.5}@media(max-width:768px){.page_header__hyJ5X{padding:2rem 0 1rem}.page_header__hyJ5X h1{font-size:1.75rem;line-height:1.2}.page_description__BaI88{font-size:1rem}}.RoomList_container__yBGG_{max-width:800px;margin:0 auto;padding:20px;width:100%;box-sizing:border-box}.RoomList_header__NaTOL{display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:20px;gap:10px;width:100%}.RoomList_createForm__24tVO{display:flex;gap:10px;width:100%;max-width:100%}@media(max-width:640px){.RoomList_createForm__24tVO{flex-wrap:wrap}}.RoomList_input__SFd3B,.RoomList_pointsToWinInput__HJuSz{padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;flex:1;min-width:0}@media(max-width:640px){.RoomList_input__SFd3B,.RoomList_pointsToWinInput__HJuSz{width:100%}}.RoomList_createButton__w5EJ9{padding:8px 16px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;flex-shrink:0}@media(max-width:640px){.RoomList_createButton__w5EJ9{width:100%}}.RoomList_createButton__w5EJ9:hover{background-color:#45a049}.RoomList_error__hyc3v{color:#f44336;margin-bottom:20px;padding:10px;background-color:#ffebee;border-radius:4px}.RoomList_connecting__yw9bV{color:#1976d2;margin-bottom:20px;padding:10px;background-color:#e3f2fd;border-radius:4px;text-align:center}.RoomList_section__qdmnk{margin-bottom:30px}.RoomList_section__qdmnk h3{margin-bottom:15px;color:#333;font-size:18px}.RoomList_roomList__rvH8g{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.RoomList_roomList__rvH8g{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.RoomList_roomItem__qNy95{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:15px;display:flex;flex-direction:column;gap:10px}.RoomList_roomInfo__Td51K{flex:1}.RoomList_roomInfo__Td51K h3{margin:0;font-size:16px;color:#333}.RoomList_roomInfo__Td51K p{margin:5px 0;font-size:14px;color:#666}.RoomList_status__2AHsE{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;display:inline-block}.RoomList_statusWaiting__p5_IX{background-color:#e3f2fd;color:#1976d2}.RoomList_statusReady__dYr5A{background-color:#e8f5e9;color:#2e7d32}.RoomList_statusPlaying__izZ_N{background-color:#fff3e0;color:#f57c00}.RoomList_joinButton__NPjda{padding:8px 16px;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.RoomList_joinButton__NPjda:hover{background-color:#1976d2}.RoomList_joinButton__NPjda:disabled{background-color:#bdbdbd;cursor:not-allowed}.RoomList_startButton__NX3F9{padding:8px 16px;background-color:#ff9800;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.RoomList_startButton__NX3F9:hover{background-color:#f57c00}.RoomList_readyButton__pNIB_{padding:8px 16px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.RoomList_readyButton__pNIB_:hover{background-color:#45a049}.RoomList_readyButton__pNIB_.RoomList_ready__MI0mO{background-color:#2e7d32}.RoomList_readyButton__pNIB_.RoomList_ready__MI0mO:hover{background-color:#1b5e20}.RoomList_leaveButton__vxXoj{padding:8px 16px;background-color:#f44336;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.RoomList_leaveButton__vxXoj:hover{background-color:#d32f2f}.RoomList_playerName__i0CxK{color:#333}.RoomList_readyStatus__0__9U{padding:2px 6px;border-radius:4px;font-size:12px;background-color:#e3f2fd;color:#1976d2}.RoomList_readyStatus__0__9U.RoomList_ready__MI0mO{background-color:#e8f5e9;color:#2e7d32}.RoomList_pointsToWinContainer__TXwDp{display:flex;flex-direction:column;align-items:center;gap:2px}.RoomList_pointsToWinInput__HJuSz{width:55px;height:20px}@media(max-width:768px){.RoomList_pointsToWinInput__HJuSz{height:35px}}.RoomList_pointsToWinText__tdMu6{color:#fff;font-size:11px;line-height:1}.RoomList_playerList__KVZ2y{margin:0;padding:0;list-style:none}.RoomList_playerItem__OrbE7{display:flex;align-items:center;gap:8px;margin-bottom:2px}.RoomList_teamSelectContainer__PERVj{display:flex;align-items:center;gap:4px}.RoomList_teamSelect__ATTAh{font-size:.95em;padding:2px 6px}.RoomList_teamButton__xS_ee{font-size:.9em;padding:2px 8px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:opacity .2s}.RoomList_teamButton__xS_ee:disabled{opacity:.5;cursor:not-allowed}.RoomList_teamLabel__D7dn_{font-size:.95em;color:#aaa}.RoomList_hostLabel__GuMCf{font-size:.9em;color:#f90;margin-left:4px}.ChatMessage_systemMessage__S3lUJ{text-align:center;font-size:.875rem;color:#6b7280;font-style:italic;padding:.25rem 0}@media(prefers-color-scheme:dark){.ChatMessage_systemMessage__S3lUJ{color:#9ca3af}}.ChatMessage_message__EHC20{display:flex;gap:.75rem}.ChatMessage_avatar__thVHY{flex-shrink:0}.ChatMessage_avatarFallback__YwmGj,.ChatMessage_avatarImage__zI1ta{width:2rem;height:2rem;border-radius:9999px}.ChatMessage_avatarFallback__YwmGj{background-color:#3b82f6;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:500;text-transform:uppercase}.ChatMessage_content__t5Wk0{flex:1;min-width:0}.ChatMessage_header__LbiJj{display:flex;align-items:baseline;gap:.5rem}.ChatMessage_senderName__qsqAC{font-weight:500;color:#111827;font-size:.875rem}@media(prefers-color-scheme:dark){.ChatMessage_senderName__qsqAC{color:#fff}}.ChatMessage_timestamp__odwhn{font-size:.75rem;color:#6b7280}@media(prefers-color-scheme:dark){.ChatMessage_timestamp__odwhn{color:#9ca3af}}.ChatMessage_text__6SSG8{color:#374151;font-size:.875rem;margin-top:.25rem;word-break:break-word}@media(prefers-color-scheme:dark){.ChatMessage_text__6SSG8{color:#d1d5db}}.ChatComposer_composer__S8itV{padding:1rem;border-top:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.ChatComposer_composer__S8itV{border-top-color:#374151}}.ChatComposer_form__0hG9w{display:flex;gap:.5rem}.ChatComposer_input__aWxLb{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;outline:none;transition:all .2s}.ChatComposer_input__aWxLb:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.ChatComposer_input__aWxLb:disabled{opacity:.5;cursor:not-allowed}@media(prefers-color-scheme:dark){.ChatComposer_input__aWxLb{background-color:#374151;border-color:#4b5563;color:#fff}.ChatComposer_input__aWxLb::placeholder{color:#9ca3af}}.ChatComposer_sendButton__6IBg6{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.ChatComposer_sendButton__6IBg6:hover:not(:disabled){background-color:#1d4ed8}.ChatComposer_sendButton__6IBg6:disabled{opacity:.5;cursor:not-allowed}.ChatComposer_sendIcon__P7a_t{width:1.25rem;height:1.25rem}.ChatComposer_charCount__rsooc{font-size:.75rem;color:#6b7280;margin-top:.25rem}@media(prefers-color-scheme:dark){.ChatComposer_charCount__rsooc{color:#9ca3af}}.ChatDock_chatDock__SITTa{position:fixed;bottom:1rem;right:1rem;z-index:50;width:24rem;height:32rem;background-color:#fff;border-radius:.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;flex-direction:column}@media(max-width:768px){.ChatDock_chatDock__SITTa{width:20rem;height:28rem;bottom:.5rem;right:.5rem}}@media(prefers-color-scheme:dark){.ChatDock_chatDock__SITTa{background-color:#1f2937}}.ChatDock_minimized__683ha{position:fixed;bottom:1rem;right:1rem;z-index:50}.ChatDock_minimizedButton__FsulU{background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:none;cursor:pointer;transition:background-color .2s}.ChatDock_minimizedButton__FsulU:hover{background-color:#1d4ed8}.ChatDock_header__C8GZB{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.ChatDock_header__C8GZB{border-bottom-color:#374151}}.ChatDock_headerLeft__hv9Z1{display:flex;align-items:center;gap:.5rem}.ChatDock_statusIndicator__In9DG{width:.5rem;height:.5rem;border-radius:9999px}.ChatDock_statusIndicator__In9DG.ChatDock_connected__mRKwb{background-color:#10b981}.ChatDock_statusIndicator__In9DG.ChatDock_disconnected__C2a2e{background-color:#ef4444}.ChatDock_headerTitle__fAiFW{font-weight:600;font-size:.875rem;color:#111827}@media(prefers-color-scheme:dark){.ChatDock_headerTitle__fAiFW{color:#fff}}.ChatDock_minimizeButton__jkKND{background:none;border:none;cursor:pointer;color:#6b7280;transition:color .2s;padding:0}.ChatDock_minimizeButton__jkKND:hover{color:#374151}@media(prefers-color-scheme:dark){.ChatDock_minimizeButton__jkKND{color:#9ca3af}.ChatDock_minimizeButton__jkKND:hover{color:#e5e7eb}}.ChatDock_icon__MZWMW{width:1.25rem;height:1.25rem}.ChatDock_messagesContainer__YRwke{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.ChatDock_emptyState__IHj3l{text-align:center;color:#6b7280;margin-top:2rem}@media(prefers-color-scheme:dark){.ChatDock_emptyState__IHj3l{color:#9ca3af}}.ChatDock_typingIndicator__69gwb{font-size:.875rem;color:#6b7280;font-style:italic}@media(prefers-color-scheme:dark){.ChatDock_typingIndicator__69gwb{color:#9ca3af}}._locale__paused__uSK2T{text-align:center;font-size:24px;font-weight:700;margin-top:20px}._locale__loadingContainer__2OiCC{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}._locale__loadingSpinner__Nkr3_{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:_locale__spin__zssMn 1s linear infinite}@keyframes _locale__spin__zssMn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}._locale__loadingText__IqnGZ{font-size:1.1rem;color:#666;font-weight:500}.ProfileEditForm_form__Bx1Fy{display:flex;flex-direction:column;gap:2rem;max-width:600px;margin:2rem auto}.ProfileEditForm_formSection__asBhy{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #eee}.ProfileEditForm_sectionTitle__Wo_Jq{font-size:1.125rem;font-weight:600;color:#212121;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e3f2fd}.ProfileEditForm_avatarSection__RGkMJ{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.ProfileEditForm_avatarSection__RGkMJ{flex-direction:row;align-items:flex-start}}.ProfileEditForm_avatarContainer__tSkdc{position:relative;width:120px;height:120px;flex-shrink:0}.ProfileEditForm_avatarImage__CPqBw{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #e3f2fd;transition:all .3s ease}.ProfileEditForm_avatarImage__CPqBw:hover{border-color:#2196f3}.ProfileEditForm_avatarPlaceholder__LPUkE{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#2196F3,#1976D2);display:flex;align-items:center;justify-content:center;border:3px solid #e3f2fd;transition:all .3s ease}.ProfileEditForm_avatarPlaceholder__LPUkE:hover{border-color:#2196f3}.ProfileEditForm_avatarText__Wehq_{font-size:2.5rem;font-weight:600;color:#fff}.ProfileEditForm_uploadingOverlay__tL8De{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9);border-radius:50%;display:flex;align-items:center;justify-content:center}.ProfileEditForm_spinner__tVrQO{width:24px;height:24px;border:2px solid #e0e0e0;border-top-color:#2196f3;border-radius:50%;animation:ProfileEditForm_spin__bHgKn 1s linear infinite}@keyframes ProfileEditForm_spin__bHgKn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProfileEditForm_avatarControls__XNcCZ{flex:1;display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width:768px){.ProfileEditForm_avatarControls__XNcCZ{width:auto}}.ProfileEditForm_uploadButton__g1nVX{background:#2196f3;color:#fff;border:none;border-radius:8px;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ProfileEditForm_uploadButton__g1nVX:hover:not(:disabled){background:#1976d2;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ProfileEditForm_uploadButton__g1nVX:disabled{background:#bdbdbd;cursor:not-allowed}.ProfileEditForm_dropZone__gJv2N{border:2px dashed #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center;background:#f5f5f5;transition:all .2s ease;cursor:pointer}.ProfileEditForm_dropZone__gJv2N:hover{border-color:#2196f3;background:#e3f2fd}.ProfileEditForm_dropZone__gJv2N p{margin:0 0 .25rem;color:#757575;font-weight:500}.ProfileEditForm_dropZone__gJv2N small{color:#9e9e9e;font-size:.875rem}.ProfileEditForm_hiddenInput__A5CcV{display:none}.ProfileEditForm_uploadProgress__dFw5z{text-align:center;font-size:.875rem;color:#757575}.ProfileEditForm_uploadProgress__dFw5z .ProfileEditForm_sizeInfo__xwaA8{color:#4caf50;font-weight:500;margin-top:.25rem}.ProfileEditForm_inputGroup__9eGF_{margin-bottom:1.5rem}.ProfileEditForm_inputGroup__9eGF_:last-child{margin-bottom:0}.ProfileEditForm_label__fce6V{display:block;font-size:1rem;font-weight:600;color:#424242;margin-bottom:.5rem}.ProfileEditForm_input__vflnR,.ProfileEditForm_select__mPhqd{width:100%;padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fff}.ProfileEditForm_input__vflnR:focus,.ProfileEditForm_select__mPhqd:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px rgba(33,150,243,.1)}.ProfileEditForm_input__vflnR:disabled,.ProfileEditForm_select__mPhqd:disabled{background:#f5f5f5;color:#9e9e9e;cursor:not-allowed}.ProfileEditForm_checkboxGroup__EZ7dS{margin-bottom:1rem}.ProfileEditForm_checkboxGroup__EZ7dS:last-child{margin-bottom:0}.ProfileEditForm_checkboxLabel__wnK4H{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#424242}.ProfileEditForm_checkbox__OrvTW{width:18px;height:18px;accent-color:#2196f3;cursor:pointer}.ProfileEditForm_checkboxText__AA2t8{user-select:none}.ProfileEditForm_error__Y7A8k{background:rgba(244,67,54,.1);color:#f44336;padding:1rem;border-radius:8px;border:1px solid rgba(244,67,54,.3);font-size:.875rem;font-weight:500}.ProfileEditForm_actions___ECyP{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #eee}@media(max-width:768px){.ProfileEditForm_actions___ECyP{flex-direction:column}}.ProfileEditForm_cancelButton__3hZQ_,.ProfileEditForm_saveButton__p0J9l{padding:.5rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid rgba(0,0,0,0)}@media(max-width:768px){.ProfileEditForm_cancelButton__3hZQ_,.ProfileEditForm_saveButton__p0J9l{width:100%}}.ProfileEditForm_cancelButton__3hZQ_:disabled,.ProfileEditForm_saveButton__p0J9l:disabled{cursor:not-allowed;opacity:.6}.ProfileEditForm_cancelButton__3hZQ_{background:#fff;color:#757575;border-color:#e0e0e0}.ProfileEditForm_cancelButton__3hZQ_:hover:not(:disabled){background:#f5f5f5;border-color:#bdbdbd}.ProfileEditForm_saveButton__p0J9l{background:#2196f3;color:#fff;border-color:#2196f3}.ProfileEditForm_saveButton__p0J9l:hover:not(:disabled){background:#1976d2;border-color:#1976d2;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ProfilePage_container__Uz103,.ProfilePage_loadingContainer__vQfWD{min-height:100vh;background-color:#f9fafb}.ProfilePage_loadingContainer__vQfWD{display:flex;align-items:center;justify-content:center}.ProfilePage_loadingContent__im1YH{display:flex;flex-direction:column;align-items:center;gap:1rem}.ProfilePage_loadingSpinner__NA6Em{width:2rem;height:2rem;border:2px solid #2196f3;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:ProfilePage_spin__UmRCe 1s linear infinite}@keyframes ProfilePage_spin__UmRCe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProfilePage_loadingText__Zrf9A{color:#6b7280}.ProfilePage_noAuthContainer__3rHrL{min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.ProfilePage_noAuthContent__BI_3P{max-width:28rem;width:100%;display:flex;flex-direction:column;gap:2rem}.ProfilePage_noAuthTitle__l24_g{font-size:2.2rem;font-weight:700;color:#111827;text-align:center}.ProfilePage_noAuthDescription__s7ahe{margin-top:.5rem;color:#6b7280;text-align:center}.ProfilePage_noAuthButtonContainer__be9KX{display:flex;justify-content:center}.ProfilePage_loginButton__Ej5qq{background-color:#2196f3;color:#fff;padding:.5rem 2rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.ProfilePage_loginButton__Ej5qq:hover{background-color:#1976d2}.ProfilePage_mainContainer__AnsqE{max-width:64rem;margin:0 auto;padding:2rem 1rem}@media(min-width:640px){.ProfilePage_mainContainer__AnsqE{padding:2rem}}@media(min-width:1024px){.ProfilePage_mainContainer__AnsqE{padding:2rem 3rem}}.ProfilePage_profileCard__bEKw0{background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.3);border-radius:1rem;overflow:hidden}.ProfilePage_profileHeader__2BrBU{background:linear-gradient(135deg,#2196F3,#1976D2);padding:2rem 1rem}.ProfilePage_profileHeaderContent__gREWQ{display:flex;align-items:center;gap:2rem;justify-content:space-between;width:100%}@media(max-width:768px){.ProfilePage_profileHeaderContent__gREWQ{flex-direction:column;text-align:center;gap:1rem}}.ProfilePage_avatarContainer__YUKiA{background-color:#fff;padding:4px;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.3)}.ProfilePage_avatar__32ee0{background:linear-gradient(135deg,#2196F3,#3f51b5);display:flex;align-items:center;justify-content:center}.ProfilePage_avatarImage__d_hu3,.ProfilePage_avatar__32ee0{width:5rem;height:5rem;border-radius:50%;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.ProfilePage_avatarImage__d_hu3{object-fit:cover}.ProfilePage_avatarText__j55JW{font-size:2rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.ProfilePage_profileInfo__gfqza{color:#fff}.ProfilePage_profileName__XUdZP{font-size:2.2rem;font-weight:700;margin:0}.ProfilePage_profileUsername__nQIbz{color:#bfdbfe;font-size:1.4rem;margin:.25rem 0}.ProfilePage_profileEmail__n4vym{color:#93c5fd;font-size:.9rem}.ProfilePage_profileContent__vrsZR{padding:2rem 1rem}.ProfilePage_statsGrid__4Kqal{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.ProfilePage_statsGrid__4Kqal{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ProfilePage_statsGrid__4Kqal{grid-template-columns:repeat(4,1fr)}}.ProfilePage_statCard__gAodh{padding:2rem;border-radius:1rem;text-align:center}.ProfilePage_statCard__gAodh.ProfilePage_gamesPlayed__wX9KA{background-color:#f9fafb}.ProfilePage_statCard__gAodh.ProfilePage_gamesWon__YbVJc{background-color:#f0fdf4}.ProfilePage_statCard__gAodh.ProfilePage_winRate__qkgZz{background-color:#eff6ff}.ProfilePage_statCard__gAodh.ProfilePage_totalScore__Wl894{background-color:#faf5ff}.ProfilePage_statValue__2sq9n{font-size:2.2rem;font-weight:700;margin-bottom:.25rem}.ProfilePage_statValue__2sq9n.ProfilePage_gamesPlayed__wX9KA{color:#111827}.ProfilePage_statValue__2sq9n.ProfilePage_gamesWon__YbVJc{color:#059669}.ProfilePage_statValue__2sq9n.ProfilePage_winRate__qkgZz{color:#2196f3}.ProfilePage_statValue__2sq9n.ProfilePage_totalScore__Wl894{color:#7c3aed}.ProfilePage_statLabel__LKzUL{color:#6b7280;font-size:.9rem}.ProfilePage_accountSection__xzjw8{margin-top:3rem;border-top:1px solid #e5e7eb;padding-top:3rem}.ProfilePage_sectionTitle__KLyJp{font-size:1.4rem;font-weight:500;color:#111827;margin-bottom:1rem}.ProfilePage_accountInfo__Kb1U2{display:flex;flex-direction:column;gap:.5rem}.ProfilePage_accountRow__FDKpL{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.ProfilePage_accountRow__FDKpL:last-child{border-bottom:none}.ProfilePage_accountLabel__a1IRh{color:#6b7280}.ProfilePage_accountValue__7Wldm{color:#111827}.ProfilePage_noProfileText__6BhgK{text-align:center;padding:3rem;color:#6b7280}.ProfilePage_headerActions__mgNXI{display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.ProfilePage_headerActions__mgNXI{justify-content:center}}.ProfilePage_editButton__76bfW{background-color:hsla(0,0%,100%,.2);color:#fff;border:2px solid hsla(0,0%,100%,.3);border-radius:8px;padding:.5rem 2rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.ProfilePage_editButton__76bfW:hover{background-color:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:translateY(-1px)}.ProfilePage_editButton__76bfW:active{transform:translateY(0)}.ProfilePage_editTitle__jNwio{font-size:2.2rem;font-weight:700;color:#fff;margin:0;text-align:center}