@import"https://fonts.googleapis.com/css2?family=PT+Serif+Caption&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";body.modal-open{overflow:hidden}.login-page{position:relative;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;padding:20px;text-align:center}.login-page:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.8);z-index:0}.content-container{position:relative;z-index:1;max-width:800px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.title-container{margin-top:40px;display:flex;flex-direction:column;align-items:center;width:100%}.page-title{font-size:16px;font-weight:700;color:#e7dbc0;text-shadow:0 2px 4px rgba(0,0,0,.8);font-family:Times New Roman,serif;margin-bottom:8px}.elder-container{position:absolute;right:0;z-index:1;pointer-events:none}.elder-container img{height:100vh;width:auto;display:block}.speech-container{position:relative;background-color:#191412;border:2px solid rgba(105,93,65,.5);border-radius:10px;padding:20px;width:90%;max-width:389px;box-shadow:0 4px 12px #00000080;margin:2rem auto;z-index:1}.speech-text{color:#fff3e4;font-size:1rem;line-height:1.5;font-family:Roboto,serif;text-align:left;margin-bottom:16px}.error-message{color:#ff6b6b;background:rgba(255,0,0,.1);border-radius:5px;padding:8px;margin:8px 0;font-size:.9rem;width:100%;max-width:300px}.button-container{width:284px;height:46px;margin:20px auto 0;position:relative;cursor:pointer;transition:transform .2s}.button-container:hover{transform:scale(1.05)}.button-container svg{position:absolute;inset:0;width:100%;height:100%;z-index:1}.button-text{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#e7dbc0;font-size:1.25rem;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.8);font-family:Times New Roman,serif}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1000}.modal-overlay.active{opacity:1;visibility:visible}.modal{background:#191412;border:1px solid #302b21;border-radius:10px;padding:1.5rem;max-width:90%;width:341px;box-shadow:0 4px 12px #000000e6;transform:translateY(20px);transition:transform .3s}.modal-overlay.active .modal{transform:translateY(0)}.modal input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #e7dbc0;border-radius:5px;background:transparent;color:#e7dbc0;text-align:center;font-family:Roboto,sans-serif}.modal button{width:100%;padding:.75rem;font-size:16px;font-weight:700;color:#e7dbc0;background:#332a23;border:2px solid #695d41;border-radius:5px;cursor:pointer;transition:background .3s}.modal button:hover{background:#54453a}.modal-choice{max-height:90vh;overflow-y:auto;z-index:1001}.choice-title{color:#e7dbc0;font-size:1rem;text-align:start;margin-bottom:1.5rem;font-family:Times New Roman,serif}.choices-container{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:24px}.choice-button{flex:1 1 calc(50% - 16px);max-width:303px;height:46px;border-radius:5px;overflow:hidden;cursor:pointer;background:none;border:none}.choice-button-inner{display:flex;align-items:center;gap:12px;padding:0 16px;width:100%;height:100%;background-color:#332a23;border:2px solid #695d41;color:#e7dbc0;font-size:.9rem;font-family:Roboto,sans-serif;text-align:left}.choice-button.active .choice-button-inner{background-color:#54453a}.icon-wrapper{flex-shrink:0}.text-wrapper{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.start-button-container{display:flex;justify-content:center}.start-button{width:284px;height:56px;cursor:pointer;position:relative}.start-button:not(.active){opacity:.7;cursor:not-allowed}@media (max-width: 768px){.speech-container{width:95%;padding:15px}.button-container{width:250px}.elder-container img{width:auto}}@media (max-width: 480px){.button-container{width:auto}.button-text{font-size:1rem}.modal{width:90%;padding:20px}.choice-button{flex:1 1 100%;max-width:none}}.map-outer-container{position:relative;width:90%;max-width:800px;height:90%;max-height:800px;margin:0 auto}.map-inner-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.map-inner-container .map-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.region-btn{position:absolute;border:none;background:transparent;cursor:pointer;width:40%;height:40%;z-index:10}.region-btn.top-left{top:10%;left:10%}.region-btn.top-right{top:10%;right:10%}.region-btn.bottom-left{bottom:10%;left:10%}.region-btn.bottom-right{bottom:10%;right:10%}.attribute{position:absolute;display:flex;flex-direction:column;align-items:center;z-index:5;pointer-events:none}.attribute-label{font-family:"PT Serif Caption",serif;font-weight:400;font-size:16px;color:#e7dbc0;text-shadow:0 1px 2px rgba(0,0,0,.8);white-space:nowrap;letter-spacing:.5px}.attribute svg{width:100%;max-width:120px;margin-top:5px}.attribute.top-left{top:-30px;left:15%}.attribute.top-right{top:-30px;right:15%}.attribute.bottom-left{bottom:-30px;left:15%}.attribute.bottom-right{bottom:-30px;right:15%}@media (max-width: 768px){.map-outer-container{width:95%;height:85%}.attribute-label{font-size:14px}.attribute svg{max-width:90px}.attribute.top-left,.attribute.top-right{top:-20px}.attribute.bottom-left,.attribute.bottom-right{bottom:-20px}}@media (max-width: 480px){.map-outer-container{width:98%;height:80%}.attribute-label{font-size:14px}.attribute svg{max-width:70px}.attribute{transform:scale(.9)}}.main-menu-container{min-height:100vh;position:relative;display:flex;flex-direction:column;overflow:hidden}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.2;z-index:1}.map-container{position:relative;z-index:2;width:100%;height:calc(100vh - 140px);padding:0;display:flex;justify-content:center;align-items:center}.cube-container{position:relative;display:flex;flex-direction:column;min-height:100vh;background:url(/assets/backgroundCube-a1da66c3.png) center/cover no-repeat;padding-bottom:120px}.cube-text-block{padding:56px 21px 0;max-height:calc(100vh - 200px);overflow-y:auto}.cube-text{font-family:PT Sans Caption,sans-serif;color:#e7dbc0;font-size:16px;line-height:1.5;margin-bottom:16px;height:100px;overflow-y:auto}.cube-reward{margin-top:8px;font-family:PT Sans Caption,sans-serif;color:#e7e3c7;font-weight:700;font-size:16px}.cube-line{width:100%}.cube-buttons-container{margin-top:auto;margin-bottom:120px;display:flex;flex-direction:column;align-items:center;gap:16px;z-index:100}.cube-buttons-group{display:flex;gap:20px}.cube-throw-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px}.cube-throws-left{font-family:PT Sans Caption,sans-serif;color:#e7dbc0;font-size:14px;opacity:.9}.cube-button{position:relative;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.cube-button[disabled]{cursor:default}.cube-button-text{position:absolute;z-index:10;font-family:PT Sans Caption,sans-serif;font-weight:700;font-size:16px;pointer-events:none}.cube-throw-button .cube-button-text{color:#e7dbc0}.cube-truth-button .cube-button-text,.cube-lie-button .cube-button-text{color:#fff}.selected-correct svg rect{stroke:#e7dbc0!important;filter:drop-shadow(0 0 4px rgba(231,219,192,.35))}.selected-wrong svg rect{stroke:#702c39!important}.cube-throw-button.disabled{opacity:.7;filter:brightness(1.1);cursor:not-allowed}.cube-question-text{font-family:PT Sans Caption,sans-serif;color:#e7dbc0;font-size:18px;font-weight:700;line-height:1.5;margin-bottom:16px;height:100px;overflow-y:auto}.book-page{position:relative;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;padding:20px 20px 100px;font-family:"PT Serif Caption",serif}.book-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:0}.tutorial-modal{position:relative;z-index:1000;width:100%;max-width:600px;display:flex;justify-content:center;flex-direction:column}.modal-content{position:relative;background-color:#191412;border:1px solid #695d41;border-radius:10px;padding:20px;width:100%;box-shadow:0 4px 12px #00000080;display:flex;flex-direction:column;align-items:center;overflow:visible}.mentor-title{text-align:center;margin-bottom:20px;width:100%}.mentor-title h2{font-size:16px;font-weight:700;color:#e7dbc0;text-shadow:0 2px 4px rgba(0,0,0,.8);margin-bottom:6px}.title-line{width:100%;max-width:333px;height:2px;margin:0 auto}.elder-container{display:flex;justify-content:center;margin:1.5rem 0}.elder-container img{max-width:100%}.tutorial-text{color:#fff3e4;font-size:1rem;line-height:1.5;text-align:start;padding:20px 0;max-width:90%}.cube-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;opacity:.5}.cube-element{margin:20px 0;z-index:2}.cubes-container{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:20px 0;max-width:100%}.cubes-container svg{width:80px;height:80px}.map-icons{position:absolute;top:10px;right:10px;display:flex;gap:10px;z-index:2}.map-content{width:100%;margin:20px 0;text-align:center;position:relative;z-index:1}.map-content img{display:block;width:100%;max-width:500px;height:auto;border-radius:8px;margin:0 auto}.tutorial-buttons{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:20px;position:relative;z-index:1000}.tutorial-button{position:relative;width:284px;height:46px;cursor:pointer;border:none;background:none;padding:0}.tutorial-button.skip{height:56px}.tutorial-button svg{width:100%;height:100%}.tutorial-button span{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#e7dbc0;font-size:1.25rem;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.8);letter-spacing:1px;pointer-events:none}@media (max-width: 768px){.tutorial-modal{max-width:95%}.tutorial-button,.tutorial-button.skip{width:90%;max-width:284px}.cubes-container svg{width:70px;height:70px}}@media (max-width: 480px){.tutorial-text{font-size:.9rem;padding:15px 0}.cube-element svg{width:140px;height:140px}.cubes-container svg{width:60px;height:60px}}.persistent-elder{position:absolute;right:0;bottom:24px;transform:none;width:368px;height:720px;max-height:none;pointer-events:none;z-index:1}.book-overlay{z-index:0}.tutorial-modal{z-index:2}._profileContainer_3d48m_2{position:relative;min-height:100vh;background-size:cover;background-position:center;padding-bottom:100px;font-family:"PT Serif Caption",serif}._backgroundOverlay_3d48m_11{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:1}._profileContent_3d48m_21{position:relative;z-index:2;width:100%;max-width:480px;margin:0 auto;padding:24px 16px;overflow-y:auto;max-height:calc(100vh - 100px)}._userHeader_3d48m_33{display:flex;align-items:center;padding:16px 24px;background-color:#191412;border:1px solid rgba(105,93,65,.5);border-radius:8px;margin-bottom:24px}._initialsContainer_3d48m_42{position:relative;width:90px;height:88px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-right:20px}._crossIcon_3d48m_52{position:absolute;top:8px;right:8px}._initialsText_3d48m_57{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:28px;font-weight:700;font-family:"PT Serif Caption",serif;color:#e7dbc0}._diamondSeparator_3d48m_67{width:8px;height:8px;background-color:#e7dbc0;transform:rotate(45deg);margin:0 16px;flex-shrink:0}._userInfo_3d48m_75{flex-grow:1;text-align:center}._username_3d48m_79{font-size:20px;font-family:"PT Serif Caption",serif;color:#e7dbc0;margin-bottom:8px}._sectionTitle_3d48m_87{width:100%;text-align:center;margin-bottom:16px}._sectionTitle_3d48m_87 h2{font-size:20px;font-family:"PT Serif Caption";color:#e7dbc0;margin-bottom:8px}._titleUnderline_3d48m_98{height:2px;background:linear-gradient(90deg,transparent,#695d41,transparent);margin:0}._characteristics_3d48m_105{width:100%;background-color:#191412;border-radius:8px;padding:24px;border:1px solid rgba(105,93,65,.5);margin-bottom:32px}._summary_3d48m_113{text-align:left;margin-bottom:24px}._summaryValue_3d48m_117{font-size:18px;font-family:"PT Serif Caption";color:#e7dbc0;margin-bottom:8px}._summaryValue_3d48m_117 span{font-weight:700}._summaryHint_3d48m_126{font-size:14px;font-family:"PT Serif Caption";color:#b0a080}._statsGrid_3d48m_131{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}._statItem_3d48m_136{display:flex;flex-direction:column;align-items:center}._statIcon_3d48m_141{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}._statValue_3d48m_149{font-size:20px;font-family:"PT Serif Caption";font-weight:700;color:#e7dbc0;margin-bottom:4px}._statName_3d48m_156{font-size:14px;font-family:"PT Serif Caption";color:#e7dbc0;margin-bottom:20px}._ratingSection_3d48m_164{width:100%;background-color:#191412;border-radius:8px;padding:24px;border:1px solid rgba(105,93,65,.5);margin-bottom:32px}._ratingText_3d48m_172{font-size:16px;font-family:"PT Serif Caption";color:#e7dbc0;margin-bottom:8px;text-align:left}._ratingSubtext_3d48m_179{font-size:14px;font-family:"PT Serif Caption";color:#b0a080;margin-bottom:20px;text-align:left}._ratingButton_3d48m_186{width:100%;background-color:#5d4d41;color:#e7dbc0;padding:12px 16px;border-radius:8px;border:1px solid rgba(105,93,65,.5);font-size:16px;font-family:"PT Serif Caption";cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .3s ease}._ratingButton_3d48m_186:hover{background-color:#6e5d50}._arrowIcon_3d48m_204{width:24px;height:24px}._achievementsSection_3d48m_210{display:flex;justify-content:center;margin-bottom:32px;padding-bottom:20px}._loadingContainer_3d48m_218{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}._spinner_3d48m_225{width:40px;height:40px;border:4px solid rgba(231,219,192,.3);border-top:4px solid #e7dbc0;border-radius:50%;animation:_spin_3d48m_225 1s linear infinite;margin-bottom:20px}._errorContainer_3d48m_236{text-align:center;padding:40px;color:#e7dbc0}._errorContainer_3d48m_236 h3{font-size:20px;margin-bottom:8px}._errorContainer_3d48m_236 p{color:#b0a080;font-size:14px}@keyframes _spin_3d48m_225{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 480px){._statsGrid_3d48m_131{grid-template-columns:repeat(2,1fr);gap:8px}._statIcon_3d48m_141{width:50px;height:50px;margin-bottom:4px}._statValue_3d48m_149{font-size:16px;margin-bottom:2px}._statName_3d48m_156{font-size:12px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}._achievementsGrid_3d48m_285{margin-top:20px;width:100%}._achievementItem_3d48m_290{width:100%;height:52px;transition:opacity .3s ease}._achieved_3d48m_296{opacity:1;margin-top:20px}._notAchieved_3d48m_301{opacity:.5;margin-top:20px}._achievementText_3d48m_306{color:#fff;font-size:12px;font-family:"PT Serif Caption",serif;text-align:center;display:flex;align-items:center;justify-content:center;height:100%;padding:0 10px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;line-height:1.2}._achievementsLoading_3d48m_322,._achievementsError_3d48m_323{text-align:center;padding:20px;color:#fff;grid-column:1 / -1}.nav-icon-container{position:relative;display:flex;justify-content:center;align-items:center}.nav-glow{position:absolute;width:75px;height:77px;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(231,219,192,.2);filter:blur(25px);z-index:-1;border-radius:50%}.nav-icon.active path,.nav-icon-container path{transition:fill .3s ease}.nav-icon.active:after{display:none}.text-center{text-align:center}.flex-center{display:flex;justify-content:center;align-items:center}.flex-col{flex-direction:column}.gap-4{gap:1rem}.nav-icon{display:flex;justify-content:center;align-items:center;transition:transform .2s ease;position:relative}.nav-icon:hover{transform:scale(1.1)}.nav-icon.active{position:relative}._container_1lslr_5{min-height:100dvh;background-size:cover;background-position:center;position:relative}._overlay_1lslr_11{position:absolute;inset:0;background:rgba(0,0,0,.9);pointer-events:none;z-index:0}._content_1lslr_18{position:relative;z-index:1;padding:16px 16px 80px;display:flex;flex-direction:column;gap:16px;font-family:"PT Serif Caption",serif}._backButton_1lslr_29{position:absolute;top:16px;left:16px;background:transparent;border:none;cursor:pointer;padding:4px}._header_1lslr_40{display:flex;flex-direction:column;align-items:center;margin-top:8px;gap:8px}._title_1lslr_47{color:#e7dbc0;font-size:24px;font-weight:600;letter-spacing:.5px;margin:24px 0 0}._divider_1lslr_54{width:333px;height:2px;display:flex;justify-content:center;opacity:.9}._searchSection_1lslr_63{width:100%;max-width:920px;margin:0 auto;overflow:hidden}._searchContainer_1lslr_69{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:400px;margin:0 auto}._searchInputWrapper_1lslr_78{position:relative;flex:1;height:40px}._searchBorder_1lslr_83{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}._searchInput_1lslr_78{width:100%;height:100%;padding:0 12px;font-size:16px;background-color:transparent;border:none;outline:none;color:#e7dbc0;position:relative;z-index:1}._searchInput_1lslr_78::placeholder{color:#e7dbc0b3}._searchButton_1lslr_107{height:40px;width:40px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._panel_1lslr_119{width:100%;max-width:920px;margin:0 auto;background:#191412;border:1px solid #695d41;border-radius:10px;padding:8px 0 16px;display:flex;flex-direction:column;gap:14px;overflow:hidden}._tabs_1lslr_134{display:flex;width:calc(100% - 30px);margin:15px auto 0;border:1px solid #695d41;border-radius:5px;overflow:hidden;background:rgba(105,93,65,.15)}._tabButton_1lslr_143{appearance:none;background:transparent;color:#e7dbc0;border:none;padding:10px 12px;font-size:14px;cursor:pointer;flex:1;text-align:center}._tabActive_1lslr_154{background:#5d4d41}._topThreePyramid_1lslr_159{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;grid-template-areas:". first ." "second . third";gap:6px 6px;padding:0 8px;box-sizing:border-box;justify-items:center}._topUserItem_1lslr_173{background:transparent;border:none;padding:6px 2px;width:100%;max-width:90px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;position:relative;min-height:106px}._topUserItem_1lslr_173[data-rank="1"]{grid-area:first;transform:translateY(-4px)}._topUserItem_1lslr_173[data-rank="2"]{grid-area:second}._topUserItem_1lslr_173[data-rank="3"]{grid-area:third}._medalContainer_1lslr_202{position:relative;display:flex;justify-content:center;align-items:center;width:80px;height:88px}._medalContainer_1lslr_202[data-rank="1"]{width:80px;height:88px}._medalContainer_1lslr_202[data-rank="2"],._medalContainer_1lslr_202[data-rank="3"]{width:80px;height:70px}._medalBackground_1lslr_227{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}._medalContainer_1lslr_202[data-rank="1"] ._medalBackground_1lslr_227{margin-top:4px}._medalContainer_1lslr_202[data-rank="2"] ._medalBackground_1lslr_227,._medalContainer_1lslr_202[data-rank="3"] ._medalBackground_1lslr_227{margin-top:-2px}._medalForeground_1lslr_245{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}._medalInitials_1lslr_254{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;color:#e7dbc0;font-weight:700;font-size:16px;text-shadow:0 0 3px rgba(0,0,0,.7)}._medalContainer_1lslr_202[data-rank="1"] ._medalInitials_1lslr_254{font-size:18px;margin-top:4px}._medalContainer_1lslr_202[data-rank="2"] ._medalInitials_1lslr_254,._medalContainer_1lslr_202[data-rank="3"] ._medalInitials_1lslr_254{font-size:16px;margin-top:-2px}._userName_1lslr_278{color:#e7dbc0;font-size:13px;text-align:center;margin:0}._userScore_1lslr_284{color:#b08135;font-size:11px;margin:0}._usersTable_1lslr_291{display:flex;flex-direction:column;gap:8px;padding:0 15px 8px}._userRow_1lslr_297{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:8px;background:rgba(21,18,12,.35);border:1px solid rgba(231,219,192,.2);border-radius:10px;padding:10px 12px;color:#e7dbc0;cursor:pointer;text-align:left}._userRank_1lslr_310{color:#baae92;font-weight:600}._userNameCell_1lslr_314{color:#e7dbc0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userScoreCell_1lslr_320{color:#b08135;font-weight:600;padding-left:8px}._emptyState_1lslr_327{color:#c8bda3;text-align:center;padding:12px;border:1px dashed rgba(231,219,192,.3);border-radius:10px;background:rgba(21,18,12,.2)}._referralSection_1lslr_337{padding:0 15px;display:flex;flex-direction:column;gap:15px}._referralText_1lslr_344{color:#e7dbc0;text-align:center;margin:0;font-size:16px}._referralLinkContainer_1lslr_351{display:flex;align-items:center;gap:10px}._referralLinkBox_1lslr_357{flex:1;background:#332a23;border:1px solid #695d41;border-radius:5px;padding:10px 15px;position:relative}._referralLink_1lslr_351{color:#e7dbc0;font-size:14px;word-break:break-all}._copyButton_1lslr_372{background:transparent;border:none;cursor:pointer;padding:8px;position:relative;display:flex;align-items:center;justify-content:center}._copiedTooltip_1lslr_383{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#332a23;color:#e7dbc0;padding:5px 10px;border-radius:4px;font-size:12px;white-space:nowrap}._referralBonus_1lslr_396{color:#c8bda3;text-align:center;margin:0;font-size:14px;line-height:1.5}._modalOverlay_1lslr_405{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}._modalContent_1lslr_415{position:relative;width:min(720px,100%);max-height:min(86dvh,100%);overflow:auto;background:rgba(25,22,16,.95);border:1px solid rgba(231,219,192,.25);border-radius:16px;padding:16px;box-shadow:0 10px 40px #00000080}._closeButton_1lslr_426{position:absolute;top:8px;right:10px;background:transparent;color:#e7dbc0;border:none;font-size:24px;line-height:1;cursor:pointer}._modalHeader_1lslr_437{margin-top:8px;margin-bottom:12px}._modalBody_1lslr_441{border-top:1px solid rgba(231,219,192,.15);padding-top:12px}@media (max-width: 480px){._topThreePyramid_1lslr_159{margin-left:0;gap:4px 4px;grid-template-columns:repeat(3,1fr);grid-template-areas:". first ." "second . third"}._topUserItem_1lslr_173{max-width:80px}._topUserItem_1lslr_173[data-rank="1"]{transform:translateY(-2px)}._userName_1lslr_278{font-size:12px}._userScore_1lslr_284{font-size:10px}._referralLinkContainer_1lslr_351{flex-direction:column}._copyButton_1lslr_372{align-self:center}}.master-block-wrapper{position:relative;width:354px;height:184px;margin-bottom:20px;background:linear-gradient(to right,#695d41,#f7e3bf,#695d41);padding:1px;box-sizing:border-box}.master-block{width:100%;height:100%;display:flex;padding:20px;gap:20px;box-sizing:border-box;background:#191412}.master-image{width:120px;height:120px;min-width:120px;border-radius:50%;overflow:hidden;border:2px solid #695d41;box-shadow:0 0 10px #00000080}.master-image img{width:100%;height:100%;object-fit:cover}.master-details{color:#e7dbc0;display:flex;flex-direction:column;overflow:hidden;flex:1}.master-details h3{margin:0 0 10px;font-size:18px;font-weight:700;color:#f7e3bf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.master-details p{margin:0;font-size:14px;line-height:1.4;height:100px;overflow-y:auto;padding-right:5px}.master-details p::-webkit-scrollbar{width:3px}.master-details p::-webkit-scrollbar-track{background:transparent}.master-details p::-webkit-scrollbar-thumb{background:#695d41;border-radius:2px}.location-page{position:relative;width:100%;height:100vh;overflow:hidden}.location-page .background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:.1;z-index:-1}.header{position:relative;text-align:center;padding-top:40px}.back-button{position:absolute;left:20px;top:40px;background:none;border:none;cursor:pointer;z-index:10}.location-title{color:#e7dbc0;font-size:24px;margin-top:20px;margin-bottom:10px}.masters-container{display:flex;flex-direction:column;align-items:center;gap:30px;margin-top:40px}.master-page{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box;font-family:"PT Serif Caption",serif;background-size:cover;background-position:center;background-repeat:no-repeat}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:0}.master-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;margin-top:60px;width:100%}.master-photo{width:200px;height:200px;border-radius:50%;overflow:hidden;border:3px solid #695d41;box-shadow:0 0 20px #000c}.master-photo img{width:100%;height:100%;object-fit:cover}.master-name{color:#f7e3bf;font-size:28px;margin-top:25px;font-weight:400;text-align:center}.name-divider{margin:15px auto;width:333px}.action-buttons{display:flex;flex-direction:column;gap:20px;margin-top:40px;width:100%;max-width:600px}.action-button{background:#191412;border:1px solid #695d41;color:#e7dbc0;padding:15px 25px;font-family:"PT Serif Caption",serif;font-size:18px;cursor:pointer;transition:all .3s;position:relative;overflow:hidden;width:100%}.action-button:hover{background:#695d41;color:#f7e3bf}.action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(247,227,191,.2),transparent);transition:.5s}.action-button:hover:before{left:100%}.practices-page{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box;font-family:"PT Serif Caption",serif;background-size:cover;background-position:center;background-repeat:no-repeat}.practices-container{position:relative;z-index:1;width:100%;max-width:600px;margin-top:20px}.practice-item{background:#191412;border:1px solid #695d41;border-radius:8px;margin-bottom:15px;overflow:hidden}.practice-header{display:flex;justify-content:space-between;align-items:center;padding:15px;cursor:pointer}.practice-header h3{color:#e7dbc0;margin:0;font-size:16px}.practice-arrow{display:flex;align-items:center}.practice-description{padding:15px;border-top:1px solid #695d41}.practice-description p{color:#e7dbc0;margin:0;line-height:1.5}.dialogue-page{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box;font-family:"PT Serif Caption",serif;background-size:cover;background-position:center;background-repeat:no-repeat}.dialogue-container{position:relative;z-index:1;width:100%;max-width:600px;height:calc(100vh - 200px);display:flex;flex-direction:column}.messages-container{flex:1;overflow-y:auto;padding:20px 0}.no-messages{text-align:center;color:#e7dbc0;opacity:.5;margin-top:50px}.message{margin-bottom:15px;display:flex}.user-message{justify-content:flex-end}.master-message{justify-content:flex-start}.message-content{max-width:70%;padding:10px 15px;border-radius:15px}.user-message .message-content{background-color:#695d41;color:#e7dbc0}.master-message .message-content{background-color:#332a23;color:#e7dbc0}.input-container{padding:15px 0}.input-wrapper{display:flex;align-items:center;background:#191412;border-radius:12px;padding:5px}.message-input{flex:1;background:transparent;border:none;color:#e7dbc0;padding:10px 15px;font-family:"PT Serif Caption",serif;font-size:16px}.message-input::placeholder{color:#e7dbc080}.send-button{background:none;border:none;cursor:pointer;padding:5px}.send-button:disabled{cursor:not-allowed}.wisdom-page{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box;font-family:"PT Serif Caption",serif;background-size:cover;background-position:center;background-repeat:no-repeat}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:0}.header{position:relative;width:100%;text-align:center;padding:40px 0 20px;z-index:1}.back-button{position:absolute;left:20px;top:40px;background:none;border:none;cursor:pointer;z-index:10;width:29px;height:33px}.master-info{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.master-photo-small{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid #695d41;margin-bottom:10px}.master-photo-small img{width:100%;height:100%;object-fit:cover}.master-name{color:#f7e3bf;font-size:20px;margin:0}.title-divider{margin:0 auto;width:333px}.wisdom-container{position:relative;z-index:1;width:100%;max-width:600px;margin-top:40px}.reflection-input{display:flex;flex-direction:column;gap:20px}.reflection-textarea{width:100%;height:200px;background:#191412;border:1px solid #695d41;border-radius:8px;color:#e7dbc0;padding:15px;font-family:"PT Serif Caption",serif;font-size:16px;resize:none}.reflection-textarea:disabled{opacity:.5;cursor:not-allowed}.reflection-textarea::placeholder{color:#e7dbc080}.character-count{color:#e7dbc0;opacity:.7;font-size:14px;text-align:right}.submit-button{background:none;border:none;cursor:pointer;padding:0}.submit-button:disabled{cursor:not-allowed}.error{color:#ff6b6b;text-align:center;padding:20px}.master-response{background:rgba(51,42,35,.8);border:1px solid #695d41;border-radius:5px;padding:15px;color:#e7dbc0;font-family:"PT Serif Caption",serif;font-size:16px;min-height:100px;width:100%;box-sizing:border-box;margin-bottom:15px}.wisdom-reward{text-align:center;color:#e7dbc0;font-size:18px;margin-top:10px;font-family:"PT Serif Caption",serif;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--text-color: #e7dbc0;--bg-dark: #191412}*{margin:0;padding:0;box-sizing:border-box}body,#root{height:100%;width:100%;font-family:Montserrat,sans-serif;color:var(--text-color);background:var(--bg-dark)}
