.profile-journey-card{position:relative;display:block;border-radius:0;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:none;aspect-ratio:9/16;background:#1a1a1a;width:100%}.profile-journey-card:hover{transform:none;box-shadow:inset 0 0 0 2px rgba(139,92,246,.5)}.profile-journey-card .profile-journey-card-image{width:100%;height:100%;object-fit:cover;display:block}.profile-journey-card .profile-journey-card-overlay{display:none}.profile-journey-card .profile-journey-card-content{position:absolute;bottom:0;left:0;right:0;padding:16px;z-index:2;display:flex;flex-direction:column;gap:8px}.profile-journey-card .profile-journey-card-depth-badge{display:inline-block;background:rgba(139,92,246,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start;box-shadow:0 2px 8px rgba(139,92,246,.3)}.profile-journey-card .profile-journey-card-world-name{margin:0;color:hsla(0,0%,100%,.95);font-family:Outfit-SemiBold,sans-serif;font-size:1rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.8);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-journey-card .profile-journey-card-menu-btn{position:absolute;top:4px;right:4px;z-index:10;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:hsla(0,0%,100%,.85);padding:0;background:transparent}.profile-journey-card .profile-journey-card-menu-btn:hover{background:hsla(0,0%,100%,.1)}.profile-journey-card .profile-journey-card-menu-dropdown{display:none;position:absolute;top:36px;right:4px;z-index:20;background-color:transparent;backdrop-filter:blur(70px);-webkit-backdrop-filter:blur(70px);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:4px;min-width:130px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.profile-journey-card .profile-journey-card-menu-dropdown.open{display:block}.profile-journey-card .profile-journey-card-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:none;border:none;color:#fff;font-size:.85rem;font-family:Outfit-Medium,sans-serif;cursor:pointer;white-space:nowrap;border-radius:4px;transition:background-color .2s ease}.profile-journey-card .profile-journey-card-menu-item:hover{background-color:hsla(0,0%,100%,.1)}@media (max-width:400px){.profile-journey-card .profile-journey-card-content{padding:10px 8px;gap:6px}.profile-journey-card .profile-journey-card-depth-badge{font-size:.65rem;padding:3px 8px}.profile-journey-card .profile-journey-card-world-name{font-size:.8125rem}}.delete-account-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:100003;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;pointer-events:none;transition:opacity .22s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.delete-account-modal-backdrop.visible{opacity:1;pointer-events:auto}.delete-account-modal-backdrop.closing{opacity:0;pointer-events:none}.delete-account-modal{position:relative;width:100%;max-width:400px;background:linear-gradient(145deg,rgba(22,22,28,.98),rgba(16,16,20,.98));border-radius:20px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 24px 80px rgba(0,0,0,.7),0 0 0 1px hsla(0,0%,100%,.04);transform:scale(.92) translateY(20px);opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .35s ease}.delete-account-modal-backdrop.visible .delete-account-modal{transform:scale(1) translateY(0);opacity:1}.delete-account-modal-backdrop.closing .delete-account-modal{transform:scale(.92) translateY(20px);opacity:0;transition:transform .22s ease,opacity .22s ease}.delete-account-modal-content{padding:32px 28px 28px;display:flex;flex-direction:column;align-items:center;text-align:center}.delete-account-modal-icon-ring{width:76px;height:76px;border-radius:50%;border:1px solid rgba(220,38,38,.1);flex-shrink:0}.delete-account-modal-icon,.delete-account-modal-icon-ring{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.delete-account-modal-icon{width:64px;height:64px;border-radius:50%;background:rgba(220,38,38,.15);border:3px solid rgba(220,38,38,.3);font-size:28px;line-height:1}.delete-account-modal-title{color:#fff;font-size:20px;font-family:Outfit-Bold;font-weight:600;margin:0 0 12px;line-height:1.3;letter-spacing:-.3px}.delete-account-modal-message{color:hsla(0,0%,100%,.6);font-size:15px;font-family:Outfit-Medium;margin:0 0 24px;line-height:1.6}.delete-account-modal-buttons{display:flex;gap:12px;width:100%}.delete-account-modal-button{flex:1 1;padding:14px 20px;border-radius:12px;font-size:15px;font-family:Outfit-Bold;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;line-height:1;white-space:nowrap}.delete-account-modal-button.primary{background:#dc2626;color:#fff;box-shadow:0 4px 16px rgba(220,38,38,.3)}.delete-account-modal-button.primary:hover:not(:disabled){background:#b91c1c;box-shadow:0 6px 20px rgba(220,38,38,.4);transform:translateY(-1px)}.delete-account-modal-button.primary:disabled{opacity:.65;cursor:not-allowed;transform:none}.delete-account-modal-button.secondary{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.1)}.delete-account-modal-button.secondary:hover:not(:disabled){background:hsla(0,0%,100%,.12);color:#fff}.delete-account-modal-button.secondary:disabled{opacity:.5;cursor:not-allowed}.delete-account-modal-error{color:#ef4444;font-size:13px;font-family:Outfit-Medium;margin-top:12px;line-height:1.5;text-align:center;width:100%}@media (max-width:768px){.delete-account-modal{max-width:360px}.delete-account-modal-content{padding:28px 24px 24px}.delete-account-modal-icon-ring{width:68px;height:68px}.delete-account-modal-icon{width:56px;height:56px;font-size:24px}.delete-account-modal-title{font-size:18px}.delete-account-modal-message{font-size:14px}.delete-account-modal-buttons{gap:10px}.delete-account-modal-error{font-size:12px}}