.affinity-group-skeleton{pointer-events:none}.affinity-group-skeleton .skeleton-title{height:28px;width:340px;background:var(--Glass-gradient);border-radius:6px;position:relative;overflow:hidden;border:1px solid var(--Glass-stroke)}.affinity-group-skeleton .skeleton-title:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(270deg,rgba(255,255,255,0) 5%,rgba(255,255,255,.8) 45%,rgba(255,255,255,.8) 55%,rgba(255,255,255,0) 95%);animation:skeleton-sweep 2s ease-in-out infinite}.affinity-group-skeleton .skeleton-philosopher-card{flex-shrink:0;display:flex;flex-direction:column;width:280px;height:453.04px;border:1px solid var(--Glass-stroke);border-radius:20px;padding:0;gap:0;background:var(--Glass-gradient);box-shadow:var(--Common-shadow);overflow:hidden;position:relative}.affinity-group-skeleton .skeleton-philosopher-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(270deg,rgba(255,255,255,0) 5%,rgba(255,255,255,.8) 45%,rgba(255,255,255,.8) 55%,rgba(255,255,255,0) 95%);animation:skeleton-sweep 2s ease-in-out infinite;z-index:1}.affinity-group-skeleton .skeleton-image-section{display:flex;flex-direction:column;align-items:center;padding:0;gap:0;position:relative}.affinity-group-skeleton .skeleton-backdrop{width:100%;height:106px;background:var(--Glass-gradient);margin-bottom:-80px}.affinity-group-skeleton .skeleton-image{width:173.05px;height:173.05px;border-radius:100%;border:1px solid #fff;box-shadow:0 0 6.922px 0 rgba(255,255,255,.25);background:var(--Glass-gradient);position:relative;z-index:2}.affinity-group-skeleton .skeleton-info-container{display:flex;flex-direction:column;gap:8px;flex-grow:1;text-align:center;padding:8px 16px;position:relative;z-index:2}.affinity-group-skeleton .skeleton-name{height:22px;width:80%;margin:8px auto 0}.affinity-group-skeleton .skeleton-epithet,.affinity-group-skeleton .skeleton-name{background:var(--Glass-gradient);border-radius:4px;border:1px solid var(--Glass-stroke)}.affinity-group-skeleton .skeleton-epithet{height:16px;width:60%;margin:8px auto 28px}.affinity-group-skeleton .skeleton-lifespan{width:40%;margin:0 auto}.affinity-group-skeleton .skeleton-descriptive-words,.affinity-group-skeleton .skeleton-lifespan{height:14px;background:var(--Glass-gradient);border-radius:4px;border:1px solid var(--Glass-stroke)}.affinity-group-skeleton .skeleton-descriptive-words{width:90%;margin:auto}.affinity-group-skeleton .skeleton-buttons{display:flex;padding:0 16px 16px;gap:8px;position:relative;z-index:2}.affinity-group-skeleton .skeleton-button{height:40px;width:50%;background:var(--Glass-gradient);border:1px solid var(--Glass-stroke);border-radius:12px}@keyframes skeleton-sweep{0%{left:-100%}50%{left:100%}to{left:100%}}@media (max-width:743px){.affinity-group-skeleton .skeleton-philosopher-card{width:184px;height:297px}.affinity-group-skeleton .skeleton-backdrop{height:72px;margin-bottom:-56px}.affinity-group-skeleton .skeleton-image{width:106.52px;height:106.52px}affinity-group-skeleton .skeleton-info-container{display:flex;flex-direction:column;gap:8px;flex-grow:1;text-align:center;padding:8px 16px;position:relative;z-index:2}.affinity-group-skeleton .skeleton-name{height:16px;margin-top:6px}.affinity-group-skeleton .skeleton-epithet{height:13.6px;margin:5px auto 14px}.affinity-group-skeleton .skeleton-lifespan{height:12px}.affinity-group-skeleton .skeleton-descriptive-words{display:none}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10;padding:20px;box-sizing:border-box;opacity:0;animation:fadeIn .4s ease-out forwards}@keyframes fadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:rgba(217,216,244,0)}to{opacity:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(217,216,244,.5)}}.modal-overlay .modal-content{display:flex;flex-direction:column;background:var(--Attention-modal-background);border:1px solid var(--Glass-stroke);border-radius:20px;width:360px;height:400px;align-items:center;padding:40px 16px 32px;position:relative;justify-content:space-between;transition:height .3s ease}.modal-overlay .modal-content.with-language{height:520px;flex-grow:0;padding:40px 16px 32px;overflow:hidden}.modal-overlay .modal-content.with-language .modal-header{margin-bottom:24px}.modal-overlay .modal-content.with-language .modal-language-section{width:100%;margin:0 0 24px;display:flex}.modal-overlay .modal-content.with-language .lang-menu{width:100%;max-height:302px;margin:0 4px;padding-top:8px}.modal-overlay .modal-content.with-language .lang-menu .Dropdown-selector-text{text-align:left;font-size:18px;font-family:Arial,Helvetica,sans-serif;color:var(--My-black);width:100%}.modal-overlay .modal-content.with-language .lang-menu .selected-lang-button{width:100%;transition:all .2s ease}.modal-overlay .modal-content.with-language .lang-menu .selected-lang-button .flag-n-text{height:46px}.modal-overlay .modal-content.with-language .lang-menu .lang-list{display:block!important;width:calc(100% - 2px);height:auto;max-height:0;overflow:hidden;font-family:Arial,Helvetica,sans-serif;font-size:16px;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,max-height .3s ease;pointer-events:none}.modal-overlay .modal-content.with-language .lang-menu .lang-list.open{opacity:1;transform:translateY(0);max-height:226px;overflow-y:auto;pointer-events:auto}.modal-overlay .modal-content.with-language.dropdown-open,.modal-overlay .modal-content.with-language:has(.lang-list.open){height:740px}.modal-overlay .modal-content .modal-step-counter{position:absolute;top:1rem;right:1rem;font-size:16px;color:var(--My-black);font-weight:500;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.modal-overlay .modal-content .modal-illustration{height:160px;width:auto;margin-bottom:16px}.modal-overlay .modal-content .modal-header{margin:0;font-size:1.6em;font-weight:600;color:var(--My-black);text-align:center}.modal-overlay .modal-content .modal-description{margin:0 0 12px;line-height:1.6;font-size:1em;color:#555;text-align:center}.modal-overlay .modal-content .modal-buttons{display:flex;justify-content:center;width:100%;padding:0 16px}.modal-overlay .modal-content .modal-buttons .modal-button{margin:0 4px;width:180px}.modal-overlay .modal-content .modal-buttons .modal-button-finish,.modal-overlay .modal-content .modal-buttons .modal-button-initial{background:var(--New-BluePurble-Gradient);border:var(--New-BluePurble-Glow-edge);color:white;display:flex;box-shadow:var(--New-BluePurble-Glow);transition:box-shadow .3s ease}.modal-overlay .modal-content .modal-buttons .modal-button-finish:hover,.modal-overlay .modal-content .modal-buttons .modal-button-initial:hover{background:var(--New-BluePurble-Gradient-Hover);box-shadow:0 0 4px 0 #4b4bf3;border:var(--New-BluePurble-Glow-edge)}.modal-overlay .modal-content .modal-buttons .modal-button-finish:active,.modal-overlay .modal-content .modal-buttons .modal-button-initial:active{box-shadow:0 0 12px 0 #4b4bf3,inset 0 0 8px 0 #fff}.modal-overlay .modal-content .modal-buttons .modal-button-finish:focus,.modal-overlay .modal-content .modal-buttons .modal-button-initial:focus{border:#0459b9}@media (max-width:540px){.modal-overlay .modal-content{height:320px;width:280px;padding:1.5rem}.modal-overlay .modal-content .modal-header{font-size:1.4em}.modal-overlay .modal-content .modal-description{font-size:.95em;margin-bottom:16px}.modal-overlay .modal-content .modal-illustration{height:120;width:auto}.modal-overlay .modal-content.with-language{height:440px}.modal-overlay .modal-content.with-language.dropdown-open,.modal-overlay .modal-content.with-language:has(.lang-list.open){height:640px}}